#CEF5FE

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

Shades of Light Cyan #CEF5FE

Tints of Light Cyan #CEF5FE

Color information

#CEF5FE (or 0xCEF5FE) is unknown color: approx Light Cyan. HEX triplet: CE, F5 and FE. RGB value is (206,245,254). Sum of RGB (Red+Green+Blue) = 206+245+254=705 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.22% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF5FE is #310A01. Grayscale: #EAEAEA. Windows color (decimal): -3213826 or 16709070. OLE color: 16709070.

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

Color convert

RGB206245254-
CMYK0.190.0400.00
HSL191.25º96%90.2%-
HSV(B)191.25º18.9%99.61%-
XYZ7685.58106.28-
YUV234.36139.08107.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.22%
GREEN value IS 245 (96.09% from 255) = 34.75%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=29.22%
G=34.75%
B=36.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062452540.190.0400.00191.259690.2
HexCEF5FE13400bf605a
Octal31636537623400277140132
Binary11001110111101011111111010011100001011111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF5FE; }

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

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

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

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

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

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

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

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