#CEFFF6

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

Shades of Light Cyan #CEFFF6

Tints of Light Cyan #CEFFF6

Color information

#CEFFF6 (or 0xCEFFF6) is unknown color: approx Light Cyan. HEX triplet: CE, FF and F6. RGB value is (206,255,246). Sum of RGB (Red+Green+Blue) = 206+255+246=707 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.14% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFFF6 is #310009. Grayscale: #EFEFEF. Windows color (decimal): -3211274 or 16187342. OLE color: 16187342.

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

Color convert

RGB206255246-
CMYK0.1900.040
HSL168.98º100%90.39%-
HSV(B)168.98º19.22%100%-
XYZ77.8591.3100.71-
YUV239.32131.77104.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.14%
GREEN value IS 255 (100% from 255) = 36.07%
BLUE value IS 246 (96.48% from 255) = 34.79%
R=29.14%
G=36.07%
B=34.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062552460.1900.040168.9810090.39
HexCEFFF613040a9645a
Octal31637736623040251144132
Binary11001110111111111111011010011010001010100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFF6; }

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

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

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

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

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

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

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

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