#B9E8EA

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

Shades of Onahau #B9E8EA

Tints of Onahau #B9E8EA

Color information

#B9E8EA (or 0xB9E8EA) is unknown color: approx Onahau. HEX triplet: B9, E8 and EA. RGB value is (185,232,234). Sum of RGB (Red+Green+Blue) = 185+232+234=651 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.42% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9E8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9E8EA is #461715. Grayscale: #DADADA. Windows color (decimal): -4593430 or 15395001. OLE color: 15395001.

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

Color convert

RGB185232234-
CMYK0.210.0100.08
HSL182.45º53.85%82.16%-
HSV(B)182.45º20.94%91.76%-
XYZ63.7273.9788.76-
YUV218.18136.93104.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.42%
GREEN value IS 232 (91.02% from 255) = 35.64%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=28.42%
G=35.64%
B=35.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852322340.210.0100.08182.4553.8582.16
HexB9E8EA15108b63652
Octal27135035225101026666122
Binary10111001111010001110101010101101000101101101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E8EA; }

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

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

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

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

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

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

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

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