#B9EEFD

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

Shades of Onahau #B9EEFD

Tints of Onahau #B9EEFD

Color information

#B9EEFD (or 0xB9EEFD) is unknown color: approx Onahau. HEX triplet: B9, EE and FD. RGB value is (185,238,253). Sum of RGB (Red+Green+Blue) = 185+238+253=676 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.37% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9EEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EEFD is #461102. Grayscale: #DFDFDF. Windows color (decimal): -4591875 or 16641721. OLE color: 16641721.

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

Color convert

RGB185238253-
CMYK0.270.0600.01
HSL193.24º94.44%85.88%-
HSV(B)193.24º26.88%99.22%-
XYZ68.3178.56104.49-
YUV223.86144.44100.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.37%
GREEN value IS 238 (93.36% from 255) = 35.21%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=27.37%
G=35.21%
B=37.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852382530.270.0600.01193.2494.4485.88
HexB9EEFD1B601c15e56
Octal27135637533601301136126
Binary10111001111011101111110111011110011100000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EEFD; }

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

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

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

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

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

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

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

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