#CFFDF7

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

Shades of Light Cyan #CFFDF7

Tints of Light Cyan #CFFDF7

Color information

#CFFDF7 (or 0xCFFDF7) is unknown color: approx Light Cyan. HEX triplet: CF, FD and F7. RGB value is (207,253,247). Sum of RGB (Red+Green+Blue) = 207+253+247=707 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.28% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 247 (96.88% from 255 or 34.94% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDF7 is #300208. Grayscale: #EEEEEE. Windows color (decimal): -3146249 or 16252367. OLE color: 16252367.

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

Color convert

RGB207253247-
CMYK0.1800.020.01
HSL172.17º92%90.2%-
HSV(B)172.17º18.18%99.22%-
XYZ77.6590.23101.32-
YUV238.56132.76105.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.28%
GREEN value IS 253 (99.22% from 255) = 35.79%
BLUE value IS 247 (96.88% from 255) = 34.94%
R=29.28%
G=35.79%
B=34.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072532470.1800.020.01172.179290.2
HexCFFDF712021ac5c5a
Octal31737536722021254134132
Binary1100111111111101111101111001001011010110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDF7; }

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

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

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

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

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

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

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

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