#B8F0FD

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

Shades of Onahau #B8F0FD

Tints of Onahau #B8F0FD

Color information

#B8F0FD (or 0xB8F0FD) is unknown color: approx Onahau. HEX triplet: B8, F0 and FD. RGB value is (184,240,253). Sum of RGB (Red+Green+Blue) = 184+240+253=677 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.18% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8F0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F0FD is #470F02. Grayscale: #E0E0E0. Windows color (decimal): -4656899 or 16642232. OLE color: 16642232.

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

Color convert

RGB184240253-
CMYK0.270.0500.01
HSL191.3º94.52%85.69%-
HSV(B)191.3º27.27%99.22%-
XYZ68.6679.6104.67-
YUV224.74143.9598.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.18%
GREEN value IS 240 (94.14% from 255) = 35.45%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=27.18%
G=35.45%
B=37.37%

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
Decimal1842402530.270.0500.01191.394.5285.69
HexB8F0FD1B501bf5f56
Octal27036037533501277137126
Binary10111000111100001111110111011101011011111110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F0FD; }

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

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

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

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

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

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

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

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