Html Css Color HEX #B9EAF0 Onahau

📋 copy color: '#B9EAF0'

red 185 ◦ green 234 ◦ blue 240

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

Shades of Onahau #B9EAF0

Tints of Onahau #B9EAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.42%

R = 28.07%
G = 35.51%
B = 36.42%

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

#B9EAF0 (or 0xB9EAF0) is known color: Onahau. HEX triplet: B9, EA and F0. RGB value is (185,234,240). Sum of RGB (Red+Green+Blue) = 185+234+240=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #B9EAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EAF0 is #46150F. Grayscale: #DBDBDB. Windows color (decimal): -4592912 or 15788729. OLE color: 15788729.

HSL color Cylindrical-coordinate representation of color #B9EAF0: hue angle of 186.55º degrees, saturation: 0.65, 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 #B9EAF0 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 234 240 -
CMYK 0.23 0.02 0 0.06
HSL 186.55º 0.65% 0.83% -
HSV(B) 186.55º 0.23% 0.94% -
XYZ 65.16 75.45 93.57 -
YUV 220.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 185 234 240 0.23 0.02 0 0.06 186.55 0.65 0.83
Hex B9 EA F0 17 2 0 6 BB 41 53
Octal 271 352 360 27 2 0 6 273 101 123
Binary 10111001 11101010 11110000 10111 10 0 110 10111011 1000001 1010011

Color Harmonies of #B9EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EAF0

Black with #B9EAF0

Text Example


Text Example

White with #B9EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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