#B9F0FD

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

Shades of Onahau #B9F0FD

Tints of Onahau #B9F0FD

Color information

#B9F0FD (or 0xB9F0FD) is unknown color: approx Onahau. HEX triplet: B9, F0 and FD. RGB value is (185,240,253). Sum of RGB (Red+Green+Blue) = 185+240+253=678 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.29% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9F0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F0FD is #460F02. Grayscale: #E0E0E0. Windows color (decimal): -4591363 or 16642233. OLE color: 16642233.

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

Color convert

RGB185240253-
CMYK0.270.0500.01
HSL191.47º94.44%85.88%-
HSV(B)191.47º26.88%99.22%-
XYZ68.979.73104.69-
YUV225.04143.7899.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.29%
GREEN value IS 240 (94.14% from 255) = 35.40%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=27.29%
G=35.40%
B=37.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852402530.270.0500.01191.4794.4485.88
HexB9F0FD1B501bf5e56
Octal27136037533501277136126
Binary10111001111100001111110111011101011011111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F0FD; }

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

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

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

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

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

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

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

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