#B9EDFA

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

Shades of Onahau #B9EDFA

Tints of Onahau #B9EDFA

Color information

#B9EDFA (or 0xB9EDFA) is unknown color: approx Onahau. HEX triplet: B9, ED and FA. RGB value is (185,237,250). Sum of RGB (Red+Green+Blue) = 185+237+250=672 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.53% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EDFA is #461205. Grayscale: #DEDEDE. Windows color (decimal): -4592134 or 16444857. OLE color: 16444857.

HSL color Cylindrical-coordinate representation of color #B9EDFA: hue angle of 192º 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 #B9EDFA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185237250-
CMYK0.260.0500.02
HSL192º86.67%85.29%-
HSV(B)192º26%98.04%-
XYZ67.5577.78101.9-
YUV222.93143.27100.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.53%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=27.53%
G=35.27%
B=37.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852372500.260.0500.0219286.6785.29
HexB9EDFA1A502c05755
Octal27135537232502300127125
Binary101110011110110111111010110101010101100000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EDFA; }

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

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

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

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

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

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

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

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