Html Css Color HEX #B9E3EE Onahau

📋 copy color: '#B9E3EE'

red 185 ◦ green 227 ◦ blue 238

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

Shades of Onahau #B9E3EE

Tints of Onahau #B9E3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.62%

R = 28.46%
G = 34.92%
B = 36.62%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9E3EE (or 0xB9E3EE) is known color: Onahau. HEX triplet: B9, E3 and EE. RGB value is (185,227,238). Sum of RGB (Red+Green+Blue) = 185+227+238=650 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.46% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9E3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E3EE is #461C11. Grayscale: #D7D7D7. Windows color (decimal): -4594706 or 15655865. OLE color: 15655865.

HSL color Cylindrical-coordinate representation of color #B9E3EE: hue angle of 192.45º degrees, saturation: 0.61, 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 #B9E3EE is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 227 238 -
CMYK 0.22 0.05 0 0.07
HSL 192.45º 0.61% 0.83% -
HSV(B) 192.45º 0.22% 0.93% -
XYZ 62.91 71.43 91.36 -
YUV 215.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 185 227 238 0.22 0.05 0 0.07 192.45 0.61 0.83
Hex B9 E3 EE 16 5 0 7 C0 3D 53
Octal 271 343 356 26 5 0 7 300 75 123
Binary 10111001 11100011 11101110 10110 101 0 111 11000000 111101 1010011

Color Harmonies of #B9E3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E3EE

Black with #B9E3EE

Text Example


Text Example

White with #B9E3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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