Html Css Color HEX #CCFFF8 Light Cyan

📋 copy color: '#CCFFF8'

red 204 ◦ green 255 ◦ blue 248

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

Shades of Light Cyan #CCFFF8

Tints of Light Cyan #CCFFF8

RGB

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

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

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

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

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #CCFFF8: hue angle of 171.76º 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 #CCFFF8 is Cyan = 0.2, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 248 -
CMYK 0.2 0 0.03 0
HSL 171.76º 1% 0.9% -
HSV(B) 171.76º 0.2% 1% -
XYZ 77.61 91.13 102.31 -
YUV 238.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 204 255 248 0.2 0 0.03 0 171.76 1 0.9
Hex CC FF F8 14 0 3 0 AC 64 5A
Octal 314 377 370 24 0 3 0 254 144 132
Binary 11001100 11111111 11111000 10100 0 11 0 10101100 1100100 1011010

Color Harmonies of #CCFFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFF8

Black with #CCFFF8

Text Example


Text Example

White with #CCFFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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