Html Css Color HEX #CCFFFF Light Cyan

📋 copy color: '#CCFFFF'

red 204 ◦ green 255 ◦ blue 255

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

Shades of Light Cyan #CCFFFF

Tints of Light Cyan #CCFFFF

RGB

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

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

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

R = 28.57%
G = 35.71%
B = 35.71%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCFFFF (or 0xCCFFFF) is known color: Light Cyan. HEX triplet: CC, FF and FF. RGB value is (204,255,255). Sum of RGB (Red+Green+Blue) = 204+255+255=714 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.57% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #CCFFFF is a web safe color. Inversed color of #CCFFFF is #330000. Grayscale: #EFEFEF. Windows color (decimal): -3342337 or 16777164. OLE color: 16777164.

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

Color convert

RGB 204 255 255 -
CMYK 0.2 0 0 0
HSL 180º 1% 0.9% -
HSV(B) 180º 0.2% 1% -
XYZ 78.71 91.58 108.14 -
YUV 239.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 204 255 255 0.2 0 0 0 180 1 0.9
Hex CC FF FF 14 0 0 0 B4 64 5A
Octal 314 377 377 24 0 0 0 264 144 132
Binary 11001100 11111111 11111111 10100 0 0 0 10110100 1100100 1011010

Color Harmonies of #CCFFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFFF

Black with #CCFFFF

Text Example


Text Example

White with #CCFFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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