#CEFFF7

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

Shades of Light Cyan #CEFFF7

Tints of Light Cyan #CEFFF7

Color information

#CEFFF7 (or 0xCEFFF7) is unknown color: approx Light Cyan. HEX triplet: CE, FF and F7. RGB value is (206,255,247). Sum of RGB (Red+Green+Blue) = 206+255+247=708 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.10% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 247 (96.88% from 255 or 34.89% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFFF7 is #310008. Grayscale: #EFEFEF. Windows color (decimal): -3211273 or 16252878. OLE color: 16252878.

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

Color convert

RGB206255247-
CMYK0.1900.030
HSL170.2º100%90.39%-
HSV(B)170.2º19.22%100%-
XYZ7891.36101.52-
YUV239.44132.27104.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.10%
GREEN value IS 255 (100% from 255) = 36.02%
BLUE value IS 247 (96.88% from 255) = 34.89%
R=29.10%
G=36.02%
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
SystemRedGreenBlueCMYKHSL
Decimal2062552470.1900.030170.210090.39
HexCEFFF713030aa645a
Octal31637736723030252144132
Binary1100111011111111111101111001101101010101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFF7; }

 p { color: rgb(206,255,247); }

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

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

 a { background-color: rgb(206,255,247); }

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

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

 span { border-color: rgb(206,255,247); }

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