#CEF6FC

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

Shades of Light Cyan #CEF6FC

Tints of Light Cyan #CEF6FC

Color information

#CEF6FC (or 0xCEF6FC) is unknown color: approx Light Cyan. HEX triplet: CE, F6 and FC. RGB value is (206,246,252). Sum of RGB (Red+Green+Blue) = 206+246+252=704 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.26% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 252 (98.83% from 255 or 35.80% from 704); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEF6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF6FC is #310903. Grayscale: #EAEAEA. Windows color (decimal): -3213572 or 16578254. OLE color: 16578254.

HSL color Cylindrical-coordinate representation of color #CEF6FC: hue angle of 187.83º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEF6FC is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206246252-
CMYK0.180.0200.01
HSL187.83º88.46%89.8%-
HSV(B)187.83º18.25%98.82%-
XYZ75.9886.06104.7-
YUV234.72137.75107.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.26%
GREEN value IS 246 (96.48% from 255) = 34.94%
BLUE value IS 252 (98.83% from 255) = 35.80%
R=29.26%
G=34.94%
B=35.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062462520.180.0200.01187.8388.4689.8
HexCEF6FC12201bc585a
Octal31636637422201274130132
Binary1100111011110110111111001001010011011110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6FC; }

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

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

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

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

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

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

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

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