#CCFDF7

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

Shades of Light Cyan #CCFDF7

Tints of Light Cyan #CCFDF7

Color information

#CCFDF7 (or 0xCCFDF7) is unknown color: approx Light Cyan. HEX triplet: CC, FD and F7. RGB value is (204,253,247). Sum of RGB (Red+Green+Blue) = 204+253+247=704 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.98% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDF7 is #330208. Grayscale: #EDEDED. Windows color (decimal): -3342857 or 16252364. OLE color: 16252364.

HSL color Cylindrical-coordinate representation of color #CCFDF7: hue angle of 172.65º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDF7 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB204253247-
CMYK0.1900.020.01
HSL172.65º92.45%89.61%-
HSV(B)172.65º19.37%99.22%-
XYZ76.8289.8101.28-
YUV237.67133.27103.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.98%
GREEN value IS 253 (99.22% from 255) = 35.94%
BLUE value IS 247 (96.88% from 255) = 35.09%
R=28.98%
G=35.94%
B=35.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042532470.1900.020.01172.6592.4589.61
HexCCFDF713021ad5c5a
Octal31437536723021255134132
Binary1100110011111101111101111001101011010110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDF7; }

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

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

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

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

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

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

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

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