#CCFEFE

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

Shades of Light Cyan #CCFEFE

Tints of Light Cyan #CCFEFE

Color information

#CCFEFE (or 0xCCFEFE) is unknown color: approx Light Cyan. HEX triplet: CC, FE and FE. RGB value is (204,254,254). Sum of RGB (Red+Green+Blue) = 204+254+254=712 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.65% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #CCFEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEFE is #330101. Grayscale: #EEEEEE. Windows color (decimal): -3342594 or 16711372. OLE color: 16711372.

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

Color convert

RGB204254254-
CMYK0.20000.00
HSL180º96.15%89.8%-
HSV(B)180º19.69%99.61%-
XYZ78.2390.88107.18-
YUV239.05136.44103-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.65%
GREEN value IS 254 (99.61% from 255) = 35.67%
BLUE value IS 254 (99.61% from 255) = 35.67%
R=28.65%
G=35.67%
B=35.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542540.20000.0018096.1589.8
HexCCFEFE14000b4605a
Octal31437637624000264140132
Binary110011001111111011111110101000001011010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEFE; }

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

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

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

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

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

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

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

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