#CCFAFE

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

Shades of Light Cyan #CCFAFE

Tints of Light Cyan #CCFAFE

Color information

#CCFAFE (or 0xCCFAFE) is unknown color: approx Light Cyan. HEX triplet: CC, FA and FE. RGB value is (204,250,254). Sum of RGB (Red+Green+Blue) = 204+250+254=708 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.81% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCFAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAFE is #330501. Grayscale: #ECECEC. Windows color (decimal): -3343618 or 16710348. OLE color: 16710348.

HSL color Cylindrical-coordinate representation of color #CCFAFE: hue angle of 184.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFAFE is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204250254-
CMYK0.200.0200.00
HSL184.8º96.15%89.8%-
HSV(B)184.8º19.69%99.61%-
XYZ76.9888.36106.76-
YUV236.7137.76104.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.81%
GREEN value IS 250 (98.05% from 255) = 35.31%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=28.81%
G=35.31%
B=35.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042502540.200.0200.00184.896.1589.8
HexCCFAFE14200b9605a
Octal31437237624200271140132
Binary1100110011111010111111101010010001011100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAFE; }

 p { color: rgb(204,250,254); }

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

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

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

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

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

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

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