#B9ECFD

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

Shades of Onahau #B9ECFD

Tints of Onahau #B9ECFD

Color information

#B9ECFD (or 0xB9ECFD) is unknown color: approx Onahau. HEX triplet: B9, EC and FD. RGB value is (185,236,253). Sum of RGB (Red+Green+Blue) = 185+236+253=674 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.45% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9ECFD is #461302. Grayscale: #DEDEDE. Windows color (decimal): -4592387 or 16641209. OLE color: 16641209.

HSL color Cylindrical-coordinate representation of color #B9ECFD: hue angle of 195º degrees, saturation: 0.94, 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 #B9ECFD is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185236253-
CMYK0.270.0700.01
HSL195º94.44%85.88%-
HSV(B)195º26.88%99.22%-
XYZ67.7377.4104.3-
YUV222.69145.1101.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.45%
GREEN value IS 236 (92.58% from 255) = 35.01%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=27.45%
G=35.01%
B=37.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852362530.270.0700.0119594.4485.88
HexB9ECFD1B701c35e56
Octal27135437533701303136126
Binary10111001111011001111110111011111011100001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECFD; }

 p { color: rgb(185,236,253); }

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

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

 a { background-color: rgb(185,236,253); }

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

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

 span { border-color: rgb(185,236,253); }

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