#CEF8FA

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

Shades of Light Cyan #CEF8FA

Tints of Light Cyan #CEF8FA

Color information

#CEF8FA (or 0xCEF8FA) is unknown color: approx Light Cyan. HEX triplet: CE, F8 and FA. RGB value is (206,248,250). Sum of RGB (Red+Green+Blue) = 206+248+250=704 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.26% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF8FA is #310705. Grayscale: #EBEBEB. Windows color (decimal): -3213062 or 16447694. OLE color: 16447694.

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

Color convert

RGB206248250-
CMYK0.180.0100.02
HSL182.73º81.48%89.41%-
HSV(B)182.73º17.6%98.04%-
XYZ76.2887.16103.25-
YUV235.67136.09106.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.26%
GREEN value IS 248 (97.27% from 255) = 35.23%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=29.26%
G=35.23%
B=35.51%

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
Decimal2062482500.180.0100.02182.7381.4889.41
HexCEF8FA12102b75159
Octal31637037222102267121131
Binary1100111011111000111110101001010101011011110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8FA; }

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

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

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

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

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

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

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

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