#CCFCFB

Color #CCFCFB Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #CCFCFB

Tints of Light Cyan #CCFCFB

Color information

#CCFCFB (or 0xCCFCFB) is unknown color: approx Light Cyan. HEX triplet: CC, FC and FB. RGB value is (204,252,251). Sum of RGB (Red+Green+Blue) = 204+252+251=707 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.85% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCFB is #330304. Grayscale: #EDEDED. Windows color (decimal): -3343109 or 16514252. OLE color: 16514252.

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

Color convert

RGB204252251-
CMYK0.1900.000.01
HSL178.75º88.89%89.41%-
HSV(B)178.75º19.05%98.82%-
XYZ77.1289.42104.46-
YUV237.53135.6104.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.85%
GREEN value IS 252 (98.83% from 255) = 35.64%
BLUE value IS 251 (98.44% from 255) = 35.50%
R=28.85%
G=35.64%
B=35.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042522510.1900.000.01178.7588.8989.41
HexCCFCFB13001b35959
Octal31437437323001263131131
Binary110011001111110011111011100110011011001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCFB; }

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

 H1.HeaderClassName
 {
   color: #CCFCFB;
 }
 .AnyTagClassName
 {
   color: #CCFCFB;
 }
</style>
background-color css

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

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

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

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

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

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