Html Css Color HEX #CCFFFC Light Cyan

📋 copy color: '#CCFFFC'

red 204 ◦ green 255 ◦ blue 252

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

Shades of Light Cyan #CCFFFC

Tints of Light Cyan #CCFFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.44%

R = 28.69%
G = 35.86%
B = 35.44%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#CCFFFC (or 0xCCFFFC) is known color: Light Cyan. HEX triplet: CC, FF and FC. RGB value is (204,255,252). Sum of RGB (Red+Green+Blue) = 204+255+252=711 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.69% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFFC is #330003. Grayscale: #EFEFEF. Windows color (decimal): -3342340 or 16580556. OLE color: 16580556.

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

Color convert

RGB 204 255 252 -
CMYK 0.2 0 0.01 0
HSL 176.47º 1% 0.9% -
HSV(B) 176.47º 0.2% 1% -
XYZ 78.23 91.39 105.61 -
YUV 239.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 204 255 252 0.2 0 0.01 0 176.47 1 0.9
Hex CC FF FC 14 0 1 0 B0 64 5A
Octal 314 377 374 24 0 1 0 260 144 132
Binary 11001100 11111111 11111100 10100 0 1 0 10110000 1100100 1011010

Color Harmonies of #CCFFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFFC

Black with #CCFFFC

Text Example


Text Example

White with #CCFFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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