Html Css Color HEX #CCFFFB Light Cyan

📋 copy color: '#CCFFFB'

red 204 ◦ green 255 ◦ blue 251

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

Shades of Light Cyan #CCFFFB

Tints of Light Cyan #CCFFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.35%

R = 28.73%
G = 35.92%
B = 35.35%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#CCFFFB (or 0xCCFFFB) is known color: Light Cyan. HEX triplet: CC, FF and FB. RGB value is (204,255,251). Sum of RGB (Red+Green+Blue) = 204+255+251=710 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.73% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFFB is #330004. Grayscale: #EFEFEF. Windows color (decimal): -3342341 or 16515020. OLE color: 16515020.

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

Color convert

RGB 204 255 251 -
CMYK 0.2 0 0.02 0
HSL 175.29º 1% 0.9% -
HSV(B) 175.29º 0.2% 1% -
XYZ 78.07 91.32 104.78 -
YUV 239.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 204 255 251 0.2 0 0.02 0 175.29 1 0.9
Hex CC FF FB 14 0 2 0 AF 64 5A
Octal 314 377 373 24 0 2 0 257 144 132
Binary 11001100 11111111 11111011 10100 0 10 0 10101111 1100100 1011010

Color Harmonies of #CCFFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFFB

Black with #CCFFFB

Text Example


Text Example

White with #CCFFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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