Html Css Color HEX #B9E9EC Onahau

📋 copy color: '#B9E9EC'

red 185 ◦ green 233 ◦ blue 236

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

Shades of Onahau #B9E9EC

Tints of Onahau #B9E9EC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.63%

 BLUE value IS 236 (92.58% from 255) = 36.09%

R = 28.29%
G = 35.63%
B = 36.09%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9E9EC (or 0xB9E9EC) is known color: Onahau. HEX triplet: B9, E9 and EC. RGB value is (185,233,236). Sum of RGB (Red+Green+Blue) = 185+233+236=654 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.29% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9E9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9E9EC is #461613. Grayscale: #DADADA. Windows color (decimal): -4593172 or 15526329. OLE color: 15526329.

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

Color convert

RGB 185 233 236 -
CMYK 0.22 0.01 0 0.07
HSL 183.53º 0.57% 0.83% -
HSV(B) 183.53º 0.22% 0.93% -
XYZ 64.29 74.65 90.38 -
YUV 218.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 185 233 236 0.22 0.01 0 0.07 183.53 0.57 0.83
Hex B9 E9 EC 16 1 0 7 B8 39 53
Octal 271 351 354 26 1 0 7 270 71 123
Binary 10111001 11101001 11101100 10110 1 0 111 10111000 111001 1010011

Color Harmonies of #B9E9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E9EC

Black with #B9E9EC

Text Example


Text Example

White with #B9E9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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