#CFF9F7

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

Shades of Light Cyan #CFF9F7

Tints of Light Cyan #CFF9F7

Color information

#CFF9F7 (or 0xCFF9F7) is unknown color: approx Light Cyan. HEX triplet: CF, F9 and F7. RGB value is (207,249,247). Sum of RGB (Red+Green+Blue) = 207+249+247=703 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.45% from 703); Green value is 249 (97.66% from 255 or 35.42% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF9F7 is #300608. Grayscale: #ECECEC. Windows color (decimal): -3147273 or 16251343. OLE color: 16251343.

HSL color Cylindrical-coordinate representation of color #CFF9F7: hue angle of 177.14º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF9F7 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB207249247-
CMYK0.1700.010.02
HSL177.14º77.78%89.41%-
HSV(B)177.14º16.87%97.65%-
XYZ76.487.73100.9-
YUV236.21134.09107.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.45%
GREEN value IS 249 (97.66% from 255) = 35.42%
BLUE value IS 247 (96.88% from 255) = 35.14%
R=29.45%
G=35.42%
B=35.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072492470.1700.010.02177.1477.7889.41
HexCFF9F711012b14e59
Octal31737136721012261116131
Binary1100111111111001111101111000101101011000110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF9F7; }

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

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

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

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

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

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

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

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