Html Css Color HEX #CCF8FF Light Cyan

📋 copy color: '#CCF8FF'

red 204 ◦ green 248 ◦ blue 255

#CCF8FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Cyan #CCF8FF

Tints of Light Cyan #CCF8FF

RGB

 RED value IS 204 (80.08% from 255) = 28.85%

 GREEN value IS 248 (97.27% from 255) = 35.08%

 BLUE value IS 255 (100% from 255) = 36.07%

R = 28.85%
G = 35.08%
B = 36.07%

CMYK

 C value IS 0.2

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCF8FF (or 0xCCF8FF) is known color: Light Cyan. HEX triplet: CC, F8 and FF. RGB value is (204,248,255). Sum of RGB (Red+Green+Blue) = 204+248+255=707 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.85% from 707); Green value is 248 (97.27% from 255 or 35.08% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8FF is #330700. Grayscale: #EBEBEB. Windows color (decimal): -3344129 or 16775372. OLE color: 16775372.

HSL color Cylindrical-coordinate representation of color #CCF8FF: hue angle of 188.24º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCF8FF is Cyan = 0.2, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 248 255 -
CMYK 0.2 0.03 0 0
HSL 188.24º 1% 0.9% -
HSV(B) 188.24º 0.2% 1% -
XYZ 76.52 87.19 107.4 -
YUV 235.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 204 248 255 0.2 0.03 0 0 188.24 1 0.9
Hex CC F8 FF 14 3 0 0 BC 64 5A
Octal 314 370 377 24 3 0 0 274 144 132
Binary 11001100 11111000 11111111 10100 11 0 0 10111100 1100100 1011010

Color Harmonies of #CCF8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8FF

Black with #CCF8FF

Text Example


Text Example

White with #CCF8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8FF; }

 p { color: rgb(204,248,255); }

 H1.HeaderClassName
 {
   color: #CCF8FF;
 }
 .AnyTagClassName
 {
   color: #CCF8FF;
 }
</style>

background-color css

<style>
 a { background-color: #CCF8FF; }

 a { background-color: rgb(204,248,255); }

 div.DivClassName
 {
   background-color: #CCF8FF;
 }
 .BgClassName
 {
   background-color: #CCF8FF;
 }
</style>

border-color css

<style>
 span { border-color: #CCF8FF; }

 span { border-color: rgb(204,248,255); }

 td.TdClassName
 {
   border-color: #CCF8FF;
 }
 .TagClassName
 {
   border-color: #CCF8FF;
 }
</style>