#CEF9FA

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

Shades of Light Cyan #CEF9FA

Tints of Light Cyan #CEF9FA

Color information

#CEF9FA (or 0xCEF9FA) is unknown color: approx Light Cyan. HEX triplet: CE, F9 and FA. RGB value is (206,249,250). Sum of RGB (Red+Green+Blue) = 206+249+250=705 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.22% from 705); Green value is 249 (97.66% from 255 or 35.32% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF9FA is #310605. Grayscale: #ECECEC. Windows color (decimal): -3212806 or 16447950. OLE color: 16447950.

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

Color convert

RGB206249250-
CMYK0.180.0000.02
HSL181.36º81.48%89.41%-
HSV(B)181.36º17.6%98.04%-
XYZ76.5887.78103.35-
YUV236.26135.75106.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.22%
GREEN value IS 249 (97.66% from 255) = 35.32%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=29.22%
G=35.32%
B=35.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062492500.180.0000.02181.3681.4889.41
HexCEF9FA12002b55159
Octal31637137222002265121131
Binary1100111011111001111110101001000101011010110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9FA; }

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

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

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

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

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

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

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

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