Html Css Color HEX #CCFCFF Light Cyan

📋 copy color: '#CCFCFF'

red 204 ◦ green 252 ◦ blue 255

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

Shades of Light Cyan #CCFCFF

Tints of Light Cyan #CCFCFF

RGB

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

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

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

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

CMYK

 C value IS 0.2

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 204 252 255 -
CMYK 0.2 0.01 0 0
HSL 183.53º 1% 0.9% -
HSV(B) 183.53º 0.2% 1% -
XYZ 77.76 89.68 107.82 -
YUV 237.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 204 252 255 0.2 0.01 0 0 183.53 1 0.9
Hex CC FC FF 14 1 0 0 B8 64 5A
Octal 314 374 377 24 1 0 0 270 144 132
Binary 11001100 11111100 11111111 10100 1 0 0 10111000 1100100 1011010

Color Harmonies of #CCFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFCFF

Black with #CCFCFF

Text Example


Text Example

White with #CCFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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