#CFFEF7

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

Shades of Light Cyan #CFFEF7

Tints of Light Cyan #CFFEF7

Color information

#CFFEF7 (or 0xCFFEF7) is unknown color: approx Light Cyan. HEX triplet: CF, FE and F7. RGB value is (207,254,247). Sum of RGB (Red+Green+Blue) = 207+254+247=708 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.24% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 247 (96.88% from 255 or 34.89% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFEF7 is #300108. Grayscale: #EFEFEF. Windows color (decimal): -3145993 or 16252623. OLE color: 16252623.

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

Color convert

RGB207254247-
CMYK0.1900.030.00
HSL171.06º95.92%90.39%-
HSV(B)171.06º18.5%99.61%-
XYZ77.9690.86101.43-
YUV239.15132.43105.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.24%
GREEN value IS 254 (99.61% from 255) = 35.88%
BLUE value IS 247 (96.88% from 255) = 34.89%
R=29.24%
G=35.88%
B=34.89%

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
Decimal2072542470.1900.030.00171.0695.9290.39
HexCFFEF713030ab605a
Octal31737636723030253140132
Binary1100111111111110111101111001101101010101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFEF7; }

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

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

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

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

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

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

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

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