#B9E1FA

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

Shades of Onahau #B9E1FA

Tints of Onahau #B9E1FA

Color information

#B9E1FA (or 0xB9E1FA) is unknown color: approx Onahau. HEX triplet: B9, E1 and FA. RGB value is (185,225,250). Sum of RGB (Red+Green+Blue) = 185+225+250=660 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.03% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9E1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E1FA is #461E05. Grayscale: #D7D7D7. Windows color (decimal): -4595206 or 16441785. OLE color: 16441785.

HSL color Cylindrical-coordinate representation of color #B9E1FA: hue angle of 203.08º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9E1FA is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185225250-
CMYK0.260.1000.02
HSL203.08º86.67%85.29%-
HSV(B)203.08º26%98.04%-
XYZ64.1971.07100.78-
YUV215.89147.25105.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.03%
GREEN value IS 225 (88.28% from 255) = 34.09%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=28.03%
G=34.09%
B=37.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852252500.260.1000.02203.0886.6785.29
HexB9E1FA1AA02cb5755
Octal271341372321202313127125
Binary1011100111100001111110101101010100101100101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E1FA; }

 p { color: rgb(185,225,250); }

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

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

 a { background-color: rgb(185,225,250); }

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

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

 span { border-color: rgb(185,225,250); }

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