Html Css Color HEX #B9E5EE Onahau

📋 copy color: '#B9E5EE'

red 185 ◦ green 229 ◦ blue 238

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

Shades of Onahau #B9E5EE

Tints of Onahau #B9E5EE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.12%

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

R = 28.37%
G = 35.12%
B = 36.5%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9E5EE (or 0xB9E5EE) is known color: Onahau. HEX triplet: B9, E5 and EE. RGB value is (185,229,238). Sum of RGB (Red+Green+Blue) = 185+229+238=652 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.37% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9E5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E5EE is #461A11. Grayscale: #D8D8D8. Windows color (decimal): -4594194 or 15656377. OLE color: 15656377.

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

Color convert

RGB 185 229 238 -
CMYK 0.22 0.04 0 0.07
HSL 190.19º 0.61% 0.83% -
HSV(B) 190.19º 0.22% 0.93% -
XYZ 63.46 72.53 91.54 -
YUV 216.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 185 229 238 0.22 0.04 0 0.07 190.19 0.61 0.83
Hex B9 E5 EE 16 4 0 7 BE 3D 53
Octal 271 345 356 26 4 0 7 276 75 123
Binary 10111001 11100101 11101110 10110 100 0 111 10111110 111101 1010011

Color Harmonies of #B9E5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E5EE

Black with #B9E5EE

Text Example


Text Example

White with #B9E5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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