Html Css Color HEX #B9E1ED Onahau

📋 copy color: '#B9E1ED'

red 185 ◦ green 225 ◦ blue 237

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

Shades of Onahau #B9E1ED

Tints of Onahau #B9E1ED

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.78%

 BLUE value IS 237 (92.97% from 255) = 36.63%

R = 28.59%
G = 34.78%
B = 36.63%

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

#B9E1ED (or 0xB9E1ED) is known color: Onahau. HEX triplet: B9, E1 and ED. RGB value is (185,225,237). Sum of RGB (Red+Green+Blue) = 185+225+237=647 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.59% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9E1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E1ED is #461E12. Grayscale: #D6D6D6. Windows color (decimal): -4595219 or 15589817. OLE color: 15589817.

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

Color convert

RGB 185 225 237 -
CMYK 0.22 0.05 0 0.07
HSL 193.85º 0.59% 0.83% -
HSV(B) 193.85º 0.22% 0.93% -
XYZ 62.22 70.28 90.41 -
YUV 214.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 185 225 237 0.22 0.05 0 0.07 193.85 0.59 0.83
Hex B9 E1 ED 16 5 0 7 C2 3B 53
Octal 271 341 355 26 5 0 7 302 73 123
Binary 10111001 11100001 11101101 10110 101 0 111 11000010 111011 1010011

Color Harmonies of #B9E1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E1ED

Black with #B9E1ED

Text Example


Text Example

White with #B9E1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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