Html Css Color HEX #B9EAEF Onahau

📋 copy color: '#B9EAEF'

red 185 ◦ green 234 ◦ blue 239

#B9EAEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #B9EAEF

Tints of Onahau #B9EAEF

RGB

 RED value IS 185 (72.66% from 255) = 28.12%

 GREEN value IS 234 (91.8% from 255) = 35.56%

 BLUE value IS 239 (93.75% from 255) = 36.32%

R = 28.12%
G = 35.56%
B = 36.32%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B9EAEF (or 0xB9EAEF) is known color: Onahau. HEX triplet: B9, EA and EF. RGB value is (185,234,239). Sum of RGB (Red+Green+Blue) = 185+234+239=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EAEF is #461510. Grayscale: #DBDBDB. Windows color (decimal): -4592913 or 15723193. OLE color: 15723193.

HSL color Cylindrical-coordinate representation of color #B9EAEF: hue angle of 185.56º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9EAEF is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 234 239 -
CMYK 0.23 0.02 0 0.06
HSL 185.56º 0.63% 0.83% -
HSV(B) 185.56º 0.23% 0.94% -
XYZ 65.01 75.39 92.79 -
YUV 219.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 185 234 239 0.23 0.02 0 0.06 185.56 0.63 0.83
Hex B9 EA EF 17 2 0 6 BA 3F 53
Octal 271 352 357 27 2 0 6 272 77 123
Binary 10111001 11101010 11101111 10111 10 0 110 10111010 111111 1010011

Color Harmonies of #B9EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EAEF

Black with #B9EAEF

Text Example


Text Example

White with #B9EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EAEF; }

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

 H1.HeaderClassName
 {
   color: #B9EAEF;
 }
 .AnyTagClassName
 {
   color: #B9EAEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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