#CEFBF8

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

Shades of Light Cyan #CEFBF8

Tints of Light Cyan #CEFBF8

Color information

#CEFBF8 (or 0xCEFBF8) is unknown color: approx Light Cyan. HEX triplet: CE, FB and F8. RGB value is (206,251,248). Sum of RGB (Red+Green+Blue) = 206+251+248=705 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.22% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFBF8 is #310407. Grayscale: #EDEDED. Windows color (decimal): -3212296 or 16317390. OLE color: 16317390.

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

Color convert

RGB206251248-
CMYK0.1800.010.02
HSL176º84.91%89.61%-
HSV(B)176º17.93%98.43%-
XYZ76.8988.89101.91-
YUV237.2134.09105.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.22%
GREEN value IS 251 (98.44% from 255) = 35.60%
BLUE value IS 248 (97.27% from 255) = 35.18%
R=29.22%
G=35.60%
B=35.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062512480.1800.010.0217684.9189.61
HexCEFBF812012b0555a
Octal31637337022012260125132
Binary1100111011111011111110001001001101011000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBF8; }

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

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

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

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

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

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

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

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