Html Css Color HEX #B9E3EA Onahau

📋 copy color: '#B9E3EA'

red 185 ◦ green 227 ◦ blue 234

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

Shades of Onahau #B9E3EA

Tints of Onahau #B9E3EA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.14%

 BLUE value IS 234 (91.8% from 255) = 36.22%

R = 28.64%
G = 35.14%
B = 36.22%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9E3EA (or 0xB9E3EA) is known color: Onahau. HEX triplet: B9, E3 and EA. RGB value is (185,227,234). Sum of RGB (Red+Green+Blue) = 185+227+234=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9E3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E3EA is #461C15. Grayscale: #D7D7D7. Windows color (decimal): -4594710 or 15393721. OLE color: 15393721.

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

Color convert

RGB 185 227 234 -
CMYK 0.21 0.03 0 0.08
HSL 188.57º 0.54% 0.82% -
HSV(B) 188.57º 0.21% 0.92% -
XYZ 62.33 71.19 88.3 -
YUV 215.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 185 227 234 0.21 0.03 0 0.08 188.57 0.54 0.82
Hex B9 E3 EA 15 3 0 8 BD 36 52
Octal 271 343 352 25 3 0 10 275 66 122
Binary 10111001 11100011 11101010 10101 11 0 1000 10111101 110110 1010010

Color Harmonies of #B9E3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E3EA

Black with #B9E3EA

Text Example


Text Example

White with #B9E3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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