#CEF8FE

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

Shades of Light Cyan #CEF8FE

Tints of Light Cyan #CEF8FE

Color information

#CEF8FE (or 0xCEF8FE) is unknown color: approx Light Cyan. HEX triplet: CE, F8 and FE. RGB value is (206,248,254). Sum of RGB (Red+Green+Blue) = 206+248+254=708 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.10% from 708); Green value is 248 (97.27% from 255 or 35.03% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF8FE is #310701. Grayscale: #ECECEC. Windows color (decimal): -3213058 or 16709838. OLE color: 16709838.

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

Color convert

RGB206248254-
CMYK0.190.0200.00
HSL187.5º96%90.2%-
HSV(B)187.5º18.9%99.61%-
XYZ76.9187.41106.58-
YUV236.13138.09106.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.10%
GREEN value IS 248 (97.27% from 255) = 35.03%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=29.10%
G=35.03%
B=35.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062482540.190.0200.00187.59690.2
HexCEF8FE13200bc605a
Octal31637037623200274140132
Binary1100111011111000111111101001110001011110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8FE; }

 p { color: rgb(206,248,254); }

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

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

 a { background-color: rgb(206,248,254); }

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

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

 span { border-color: rgb(206,248,254); }

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