#CEFAF9

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

Shades of Light Cyan #CEFAF9

Tints of Light Cyan #CEFAF9

Color information

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

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

Color convert

RGB206250249-
CMYK0.1800.000.02
HSL178.64º81.48%89.41%-
HSV(B)178.64º17.6%98.04%-
XYZ76.7488.33102.63-
YUV236.73134.92106.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502490.1800.000.02178.6481.4889.41
HexCEFAF912002b35159
Octal31637237122002263121131
Binary1100111011111010111110011001000101011001110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAF9; }

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

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

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

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

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

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

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

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