#B9E4EA

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

Shades of Onahau #B9E4EA

Tints of Onahau #B9E4EA

Color information

#B9E4EA (or 0xB9E4EA) is unknown color: approx Onahau. HEX triplet: B9, E4 and EA. RGB value is (185,228,234). Sum of RGB (Red+Green+Blue) = 185+228+234=647 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.59% from 647); Green value is 228 (89.45% from 255 or 35.24% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9E4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E4EA is #461B15. Grayscale: #D7D7D7. Windows color (decimal): -4594454 or 15393977. OLE color: 15393977.

HSL color Cylindrical-coordinate representation of color #B9E4EA: hue angle of 187.35º degrees, saturation: 0.54, 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 #B9E4EA is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185228234-
CMYK0.210.0300.08
HSL187.35º53.85%82.16%-
HSV(B)187.35º20.94%91.76%-
XYZ62.671.7488.39-
YUV215.83138.25106.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.59%
GREEN value IS 228 (89.45% from 255) = 35.24%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=28.59%
G=35.24%
B=36.17%

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
Decimal1852282340.210.0300.08187.3553.8582.16
HexB9E4EA15308bb3652
Octal27134435225301027366122
Binary101110011110010011101010101011101000101110111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E4EA; }

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

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

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

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

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

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

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

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