Html Css Color HEX #CCFCFC Light Cyan

📋 copy color: '#CCFCFC'

red 204 ◦ green 252 ◦ blue 252

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

Shades of Light Cyan #CCFCFC

Tints of Light Cyan #CCFCFC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.59%

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

R = 28.81%
G = 35.59%
B = 35.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCFCFC (or 0xCCFCFC) is known color: Light Cyan. HEX triplet: CC, FC and FC. RGB value is (204,252,252). Sum of RGB (Red+Green+Blue) = 204+252+252=708 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.81% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #CCFCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCFC is #330303. Grayscale: #EDEDED. Windows color (decimal): -3343108 or 16579788. OLE color: 16579788.

HSL color Cylindrical-coordinate representation of color #CCFCFC: hue angle of 180º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCFC is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 252 -
CMYK 0.19 0 0 0.01
HSL 180º 0.89% 0.89% -
HSV(B) 180º 0.19% 0.99% -
XYZ 77.28 89.49 105.29 -
YUV 237.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 204 252 252 0.19 0 0 0.01 180 0.89 0.89
Hex CC FC FC 13 0 0 1 B4 59 59
Octal 314 374 374 23 0 0 1 264 131 131
Binary 11001100 11111100 11111100 10011 0 0 1 10110100 1011001 1011001

Color Harmonies of #CCFCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCFC

Black with #CCFCFC

Text Example


Text Example

White with #CCFCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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