#CEFBFA

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

Shades of Light Cyan #CEFBFA

Tints of Light Cyan #CEFBFA

Color information

#CEFBFA (or 0xCEFBFA) is unknown color: approx Light Cyan. HEX triplet: CE, FB and FA. RGB value is (206,251,250). Sum of RGB (Red+Green+Blue) = 206+251+250=707 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.14% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFBFA is #310405. Grayscale: #EDEDED. Windows color (decimal): -3212294 or 16448462. OLE color: 16448462.

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

Color convert

RGB206251250-
CMYK0.1800.000.02
HSL178.67º84.91%89.61%-
HSV(B)178.67º17.93%98.43%-
XYZ77.2189.02103.56-
YUV237.43135.09105.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.14%
GREEN value IS 251 (98.44% from 255) = 35.50%
BLUE value IS 250 (98.05% from 255) = 35.36%
R=29.14%
G=35.50%
B=35.36%

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
Decimal2062512500.1800.000.02178.6784.9189.61
HexCEFBFA12002b3555a
Octal31637337222002263125132
Binary1100111011111011111110101001000101011001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBFA; }

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

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

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

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

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

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

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

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