Html Css Color HEX #B9EDFB Onahau

📋 copy color: '#B9EDFB'

red 185 ◦ green 237 ◦ blue 251

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

Shades of Onahau #B9EDFB

Tints of Onahau #B9EDFB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.22%

 BLUE value IS 251 (98.44% from 255) = 37.3%

R = 27.49%
G = 35.22%
B = 37.3%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B9EDFB (or 0xB9EDFB) is known color: Onahau. HEX triplet: B9, ED and FB. RGB value is (185,237,251). Sum of RGB (Red+Green+Blue) = 185+237+251=673 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.49% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9EDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EDFB is #461204. Grayscale: #DEDEDE. Windows color (decimal): -4592133 or 16510393. OLE color: 16510393.

HSL color Cylindrical-coordinate representation of color #B9EDFB: hue angle of 192.73º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9EDFB is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 237 251 -
CMYK 0.26 0.06 0 0.02
HSL 192.73º 0.89% 0.85% -
HSV(B) 192.73º 0.26% 0.98% -
XYZ 67.7 77.85 102.72 -
YUV 223.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 185 237 251 0.26 0.06 0 0.02 192.73 0.89 0.85
Hex B9 ED FB 1A 6 0 2 C1 59 55
Octal 271 355 373 32 6 0 2 301 131 125
Binary 10111001 11101101 11111011 11010 110 0 10 11000001 1011001 1010101

Color Harmonies of #B9EDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDFB

Black with #B9EDFB

Text Example


Text Example

White with #B9EDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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