Html Css Color HEX #B9ECF2 Onahau

📋 copy color: '#B9ECF2'

red 185 ◦ green 236 ◦ blue 242

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

Shades of Onahau #B9ECF2

Tints of Onahau #B9ECF2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.6%

 BLUE value IS 242 (94.92% from 255) = 36.5%

R = 27.9%
G = 35.6%
B = 36.5%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B9ECF2 (or 0xB9ECF2) is known color: Onahau. HEX triplet: B9, EC and F2. RGB value is (185,236,242). Sum of RGB (Red+Green+Blue) = 185+236+242=663 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.90% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #B9ECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9ECF2 is #46130D. Grayscale: #DDDDDD. Windows color (decimal): -4592398 or 15920313. OLE color: 15920313.

HSL color Cylindrical-coordinate representation of color #B9ECF2: hue angle of 186.32º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9ECF2 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 236 242 -
CMYK 0.24 0.02 0 0.05
HSL 186.32º 0.69% 0.84% -
HSV(B) 186.32º 0.24% 0.95% -
XYZ 66.03 76.72 95.33 -
YUV 221.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 185 236 242 0.24 0.02 0 0.05 186.32 0.69 0.84
Hex B9 EC F2 18 2 0 5 BA 45 54
Octal 271 354 362 30 2 0 5 272 105 124
Binary 10111001 11101100 11110010 11000 10 0 101 10111010 1000101 1010100

Color Harmonies of #B9ECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ECF2

Black with #B9ECF2

Text Example


Text Example

White with #B9ECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ECF2; }

 p { color: rgb(185,236,242); }

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

background-color css

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

 a { background-color: rgb(185,236,242); }

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

border-color css

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

 span { border-color: rgb(185,236,242); }

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