#CEF9FD

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

Shades of Light Cyan #CEF9FD

Tints of Light Cyan #CEF9FD

Color information

#CEF9FD (or 0xCEF9FD) is unknown color: approx Light Cyan. HEX triplet: CE, F9 and FD. RGB value is (206,249,253). Sum of RGB (Red+Green+Blue) = 206+249+253=708 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.10% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF9FD is #310602. Grayscale: #ECECEC. Windows color (decimal): -3212803 or 16644558. OLE color: 16644558.

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

Color convert

RGB206249253-
CMYK0.190.0200.01
HSL185.11º92.16%90%-
HSV(B)185.11º18.58%99.22%-
XYZ77.0687.97105.85-
YUV236.6137.25106.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.10%
GREEN value IS 249 (97.66% from 255) = 35.17%
BLUE value IS 253 (99.22% from 255) = 35.73%
R=29.10%
G=35.17%
B=35.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062492530.190.0200.01185.1192.1690
HexCEF9FD13201b95c5a
Octal31637137523201271134132
Binary1100111011111001111111011001110011011100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9FD; }

 p { color: rgb(206,249,253); }

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

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

 a { background-color: rgb(206,249,253); }

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

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

 span { border-color: rgb(206,249,253); }

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