#CEF9FB

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

Shades of Light Cyan #CEF9FB

Tints of Light Cyan #CEF9FB

Color information

#CEF9FB (or 0xCEF9FB) is unknown color: approx Light Cyan. HEX triplet: CE, F9 and FB. RGB value is (206,249,251). Sum of RGB (Red+Green+Blue) = 206+249+251=706 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.18% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEF9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF9FB is #310604. Grayscale: #ECECEC. Windows color (decimal): -3212805 or 16513486. OLE color: 16513486.

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

Color convert

RGB206249251-
CMYK0.180.0100.02
HSL182.67º84.91%89.61%-
HSV(B)182.67º17.93%98.43%-
XYZ76.7487.84104.18-
YUV236.37136.25106.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.18%
GREEN value IS 249 (97.66% from 255) = 35.27%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=29.18%
G=35.27%
B=35.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062492510.180.0100.02182.6784.9189.61
HexCEF9FB12102b7555a
Octal31637137322102267125132
Binary1100111011111001111110111001010101011011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9FB; }

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

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

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

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

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

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

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

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