#CCFFFD

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

Shades of Light Cyan #CCFFFD

Tints of Light Cyan #CCFFFD

Color information

#CCFFFD (or 0xCCFFFD) is unknown color: approx Light Cyan. HEX triplet: CC, FF and FD. RGB value is (204,255,253). Sum of RGB (Red+Green+Blue) = 204+255+253=712 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.65% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFFD is #330002. Grayscale: #EFEFEF. Windows color (decimal): -3342339 or 16646092. OLE color: 16646092.

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

Color convert

RGB204255253-
CMYK0.200.010
HSL177.65º100%90%-
HSV(B)177.65º20%100%-
XYZ78.3991.45106.45-
YUV239.52135.6102.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.65%
GREEN value IS 255 (100% from 255) = 35.81%
BLUE value IS 253 (99.22% from 255) = 35.53%
R=28.65%
G=35.81%
B=35.53%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552530.200.010177.6510090
HexCCFFFD14010b2645a
Octal31437737524010262144132
Binary110011001111111111111101101000101011001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFFD; }

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

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

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

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

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

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

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

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