#CFFEF6

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

Shades of Light Cyan #CFFEF6

Tints of Light Cyan #CFFEF6

Color information

#CFFEF6 (or 0xCFFEF6) is unknown color: approx Light Cyan. HEX triplet: CF, FE and F6. RGB value is (207,254,246). Sum of RGB (Red+Green+Blue) = 207+254+246=707 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.28% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFEF6 is #300109. Grayscale: #EFEFEF. Windows color (decimal): -3145994 or 16187087. OLE color: 16187087.

HSL color Cylindrical-coordinate representation of color #CFFEF6: hue angle of 169.79º 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 #CFFEF6 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB207254246-
CMYK0.1900.030.00
HSL169.79º95.92%90.39%-
HSV(B)169.79º18.5%99.61%-
XYZ77.8190.8100.61-
YUV239.04131.93105.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.28%
GREEN value IS 254 (99.61% from 255) = 35.93%
BLUE value IS 246 (96.48% from 255) = 34.79%
R=29.28%
G=35.93%
B=34.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072542460.1900.030.00169.7995.9290.39
HexCFFEF613030aa605a
Octal31737636623030252140132
Binary1100111111111110111101101001101101010101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFEF6; }

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

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

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

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

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

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

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

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