#B9EBF8

Color #B9EBF8 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #B9EBF8

Tints of Onahau #B9EBF8

Color information

#B9EBF8 (or 0xB9EBF8) is unknown color: approx Onahau. HEX triplet: B9, EB and F8. RGB value is (185,235,248). Sum of RGB (Red+Green+Blue) = 185+235+248=668 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.69% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 248 - color contains mainly: blue. Hex color #B9EBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EBF8 is #461407. Grayscale: #DDDDDD. Windows color (decimal): -4592648 or 16313273. OLE color: 16313273.

HSL color Cylindrical-coordinate representation of color #B9EBF8: hue angle of 192.38º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9EBF8 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185235248-
CMYK0.250.0500.03
HSL192.38º81.82%84.9%-
HSV(B)192.38º25.4%97.25%-
XYZ66.6676.51100.06-
YUV221.53142.94101.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.69%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 248 (97.27% from 255) = 37.13%
R=27.69%
G=35.18%
B=37.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1852352480.250.0500.03192.3881.8284.9
HexB9EBF819503c05255
Octal27135337031503300122125
Binary101110011110101111111000110011010111100000010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EBF8; }

 p { color: rgb(185,235,248); }

 H1.HeaderClassName
 {
   color: #B9EBF8;
 }
 .AnyTagClassName
 {
   color: #B9EBF8;
 }
</style>
background-color css

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

 a { background-color: rgb(185,235,248); }

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

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

 span { border-color: rgb(185,235,248); }

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