#CCFFFE

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

Shades of Light Cyan #CCFFFE

Tints of Light Cyan #CCFFFE

Color information

#CCFFFE (or 0xCCFFFE) is unknown color: approx Light Cyan. HEX triplet: CC, FF and FE. RGB value is (204,255,254). Sum of RGB (Red+Green+Blue) = 204+255+254=713 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.61% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFFE is #330001. Grayscale: #EFEFEF. Windows color (decimal): -3342338 or 16711628. OLE color: 16711628.

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

Color convert

RGB204255254-
CMYK0.200.000
HSL178.82º100%90%-
HSV(B)178.82º20%100%-
XYZ78.5591.51107.29-
YUV239.64136.1102.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.61%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=28.61%
G=35.76%
B=35.62%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552540.200.000178.8210090
HexCCFFFE14000b3645a
Octal31437737624000263144132
Binary110011001111111111111110101000001011001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFFE; }

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

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

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

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

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

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

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

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