Html Css Color HEX #B9EDFA Onahau

📋 copy color: '#B9EDFA'

red 185 ◦ green 237 ◦ blue 250

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

Shades of Onahau #B9EDFA

Tints of Onahau #B9EDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.2%

R = 27.53%
G = 35.27%
B = 37.2%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B9EDFA (or 0xB9EDFA) is known color: Onahau. HEX triplet: B9, ED and FA. RGB value is (185,237,250). Sum of RGB (Red+Green+Blue) = 185+237+250=672 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.53% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EDFA is #461205. Grayscale: #DEDEDE. Windows color (decimal): -4592134 or 16444857. OLE color: 16444857.

HSL color Cylindrical-coordinate representation of color #B9EDFA: hue angle of 192º degrees, saturation: 0.87, 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 #B9EDFA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 237 250 -
CMYK 0.26 0.05 0 0.02
HSL 192º 0.87% 0.85% -
HSV(B) 192º 0.26% 0.98% -
XYZ 67.55 77.78 101.9 -
YUV 222.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 185 237 250 0.26 0.05 0 0.02 192 0.87 0.85
Hex B9 ED FA 1A 5 0 2 C0 57 55
Octal 271 355 372 32 5 0 2 300 127 125
Binary 10111001 11101101 11111010 11010 101 0 10 11000000 1010111 1010101

Color Harmonies of #B9EDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDFA

Black with #B9EDFA

Text Example


Text Example

White with #B9EDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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