#B9E6FC

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

Shades of Onahau #B9E6FC

Tints of Onahau #B9E6FC

Color information

#B9E6FC (or 0xB9E6FC) is unknown color: approx Onahau. HEX triplet: B9, E6 and FC. RGB value is (185,230,252). Sum of RGB (Red+Green+Blue) = 185+230+252=667 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.74% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9E6FC is #461903. Grayscale: #DADADA. Windows color (decimal): -4593924 or 16574137. OLE color: 16574137.

HSL color Cylindrical-coordinate representation of color #B9E6FC: hue angle of 199.7º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9E6FC is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185230252-
CMYK0.270.0900.01
HSL199.7º91.78%85.69%-
HSV(B)199.7º26.59%98.82%-
XYZ65.8873.94102.89-
YUV219.05146.59103.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.74%
GREEN value IS 230 (90.23% from 255) = 34.48%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=27.74%
G=34.48%
B=37.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852302520.270.0900.01199.791.7885.69
HexB9E6FC1B901c85c56
Octal271346374331101310134126
Binary101110011110011011111100110111001011100100010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E6FC; }

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

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

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

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

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

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

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

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