#CCFBFF

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

Shades of Light Cyan #CCFBFF

Tints of Light Cyan #CCFBFF

Color information

#CCFBFF (or 0xCCFBFF) is unknown color: approx Light Cyan. HEX triplet: CC, FB and FF. RGB value is (204,251,255). Sum of RGB (Red+Green+Blue) = 204+251+255=710 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.73% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBFF is #330400. Grayscale: #EDEDED. Windows color (decimal): -3343361 or 16776140. OLE color: 16776140.

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

Color convert

RGB204251255-
CMYK0.20.0200
HSL184.71º100%90%-
HSV(B)184.71º20%100%-
XYZ77.4589.05107.71-
YUV237.4137.93104.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.73%
GREEN value IS 251 (98.44% from 255) = 35.35%
BLUE value IS 255 (100% from 255) = 35.92%
R=28.73%
G=35.35%
B=35.92%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042512550.20.0200184.7110090
HexCCFBFF14200b9645a
Octal31437337724200271144132
Binary1100110011111011111111111010010001011100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBFF; }

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

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

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

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

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

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

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

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