#B9E9ED

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

Shades of Onahau #B9E9ED

Tints of Onahau #B9E9ED

Color information

#B9E9ED (or 0xB9E9ED) is unknown color: approx Onahau. HEX triplet: B9, E9 and ED. RGB value is (185,233,237). Sum of RGB (Red+Green+Blue) = 185+233+237=655 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.24% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9E9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9E9ED is #461612. Grayscale: #DBDBDB. Windows color (decimal): -4593171 or 15591865. OLE color: 15591865.

HSL color Cylindrical-coordinate representation of color #B9E9ED: hue angle of 184.62º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9E9ED is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185233237-
CMYK0.220.0200.07
HSL184.62º59.09%82.75%-
HSV(B)184.62º21.94%92.94%-
XYZ64.4374.7191.14-
YUV219.1138.1103.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.24%
GREEN value IS 233 (91.41% from 255) = 35.57%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=28.24%
G=35.57%
B=36.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852332370.220.0200.07184.6259.0982.75
HexB9E9ED16207b93b53
Octal2713513552620727173123
Binary10111001111010011110110110110100111101110011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E9ED; }

 p { color: rgb(185,233,237); }

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

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

 a { background-color: rgb(185,233,237); }

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

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

 span { border-color: rgb(185,233,237); }

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