#B9E6F8

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

Shades of Onahau #B9E6F8

Tints of Onahau #B9E6F8

Color information

#B9E6F8 (or 0xB9E6F8) is unknown color: approx Onahau. HEX triplet: B9, E6 and F8. RGB value is (185,230,248). Sum of RGB (Red+Green+Blue) = 185+230+248=663 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.90% from 663); Green value is 230 (90.23% from 255 or 34.69% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #B9E6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9E6F8 is #461907. Grayscale: #DADADA. Windows color (decimal): -4593928 or 16311993. OLE color: 16311993.

HSL color Cylindrical-coordinate representation of color #B9E6F8: hue angle of 197.14º 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 #B9E6F8 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185230248-
CMYK0.250.0700.03
HSL197.14º81.82%84.9%-
HSV(B)197.14º25.4%97.25%-
XYZ65.2573.6999.59-
YUV218.6144.59104.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.90%
GREEN value IS 230 (90.23% from 255) = 34.69%
BLUE value IS 248 (97.27% from 255) = 37.41%
R=27.90%
G=34.69%
B=37.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1852302480.250.0700.03197.1481.8284.9
HexB9E6F819703c55255
Octal27134637031703305122125
Binary101110011110011011111000110011110111100010110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E6F8; }

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

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

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

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

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

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

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

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