#CEEBF1

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

Shades of Onahau #CEEBF1

Tints of Onahau #CEEBF1

Color information

#CEEBF1 (or 0xCEEBF1) is unknown color: approx Onahau. HEX triplet: CE, EB and F1. RGB value is (206,235,241). Sum of RGB (Red+Green+Blue) = 206+235+241=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBF1 is #31140E. Grayscale: #E2E2E2. Windows color (decimal): -3216399 or 15854542. OLE color: 15854542.

HSL color Cylindrical-coordinate representation of color #CEEBF1: hue angle of 190.29º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEEBF1 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206235241-
CMYK0.150.0200.05
HSL190.29º55.56%87.65%-
HSV(B)190.29º14.52%94.51%-
XYZ71.0478.8994.7-
YUV227.01135.89113.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.21%
GREEN value IS 235 (92.19% from 255) = 34.46%
BLUE value IS 241 (94.53% from 255) = 35.34%
R=30.21%
G=34.46%
B=35.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062352410.150.0200.05190.2955.5687.65
HexCEEBF1F205be3858
Octal3163533611720527670130
Binary1100111011101011111100011111100101101111101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBF1; }

 p { color: rgb(206,235,241); }

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

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

 a { background-color: rgb(206,235,241); }

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

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

 span { border-color: rgb(206,235,241); }

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