Html Css Color HEX #B9E0EF Onahau

📋 copy color: '#B9E0EF'

red 185 ◦ green 224 ◦ blue 239

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

Shades of Onahau #B9E0EF

Tints of Onahau #B9E0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.57%

 BLUE value IS 239 (93.75% from 255) = 36.88%

R = 28.55%
G = 34.57%
B = 36.88%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B9E0EF (or 0xB9E0EF) is known color: Onahau. HEX triplet: B9, E0 and EF. RGB value is (185,224,239). Sum of RGB (Red+Green+Blue) = 185+224+239=648 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.55% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9E0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E0EF is #461F10. Grayscale: #D5D5D5. Windows color (decimal): -4595473 or 15720633. OLE color: 15720633.

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

Color convert

RGB 185 224 239 -
CMYK 0.23 0.06 0 0.06
HSL 196.67º 0.63% 0.83% -
HSV(B) 196.67º 0.23% 0.94% -
XYZ 62.24 69.86 91.86 -
YUV 214.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 185 224 239 0.23 0.06 0 0.06 196.67 0.63 0.83
Hex B9 E0 EF 17 6 0 6 C5 3F 53
Octal 271 340 357 27 6 0 6 305 77 123
Binary 10111001 11100000 11101111 10111 110 0 110 11000101 111111 1010011

Color Harmonies of #B9E0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E0EF

Black with #B9E0EF

Text Example


Text Example

White with #B9E0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E0EF; }

 p { color: rgb(185,224,239); }

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

background-color css

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

 a { background-color: rgb(185,224,239); }

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

border-color css

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

 span { border-color: rgb(185,224,239); }

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