#CFFEF9

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

Shades of Light Cyan #CFFEF9

Tints of Light Cyan #CFFEF9

Color information

#CFFEF9 (or 0xCFFEF9) is unknown color: approx Light Cyan. HEX triplet: CF, FE and F9. RGB value is (207,254,249). Sum of RGB (Red+Green+Blue) = 207+254+249=710 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.15% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFEF9 is #300106. Grayscale: #EFEFEF. Windows color (decimal): -3145991 or 16383695. OLE color: 16383695.

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

Color convert

RGB207254249-
CMYK0.1900.020.00
HSL173.62º95.92%90.39%-
HSV(B)173.62º18.5%99.61%-
XYZ78.2790.99103.06-
YUV239.38133.43104.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.15%
GREEN value IS 254 (99.61% from 255) = 35.77%
BLUE value IS 249 (97.66% from 255) = 35.07%
R=29.15%
G=35.77%
B=35.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072542490.1900.020.00173.6295.9290.39
HexCFFEF913020ae605a
Octal31737637123020256140132
Binary1100111111111110111110011001101001010111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFEF9; }

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

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

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

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

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

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

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

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