#B9E4EB

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

Shades of Onahau #B9E4EB

Tints of Onahau #B9E4EB

Color information

#B9E4EB (or 0xB9E4EB) is unknown color: approx Onahau. HEX triplet: B9, E4 and EB. RGB value is (185,228,235). Sum of RGB (Red+Green+Blue) = 185+228+235=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9E4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E4EB is #461B14. Grayscale: #D7D7D7. Windows color (decimal): -4594453 or 15459513. OLE color: 15459513.

HSL color Cylindrical-coordinate representation of color #B9E4EB: hue angle of 188.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9E4EB is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185228235-
CMYK0.210.0300.08
HSL188.4º55.56%82.35%-
HSV(B)188.4º21.28%92.16%-
XYZ62.7571.889.15-
YUV215.94138.75105.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.55%
GREEN value IS 228 (89.45% from 255) = 35.19%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=28.55%
G=35.19%
B=36.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852282350.210.0300.08188.455.5682.35
HexB9E4EB15308bc3852
Octal27134435325301027470122
Binary101110011110010011101011101011101000101111001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E4EB; }

 p { color: rgb(185,228,235); }

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

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

 a { background-color: rgb(185,228,235); }

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

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

 span { border-color: rgb(185,228,235); }

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