#B8E9FD

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

Shades of Onahau #B8E9FD

Tints of Onahau #B8E9FD

Color information

#B8E9FD (or 0xB8E9FD) is unknown color: approx Onahau. HEX triplet: B8, E9 and FD. RGB value is (184,233,253). Sum of RGB (Red+Green+Blue) = 184+233+253=670 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.46% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8E9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E9FD is #471602. Grayscale: #DCDCDC. Windows color (decimal): -4658691 or 16640440. OLE color: 16640440.

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

Color convert

RGB184233253-
CMYK0.270.0800.01
HSL197.39º94.52%85.69%-
HSV(B)197.39º27.27%99.22%-
XYZ66.6475.56104-
YUV220.63146.27101.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.46%
GREEN value IS 233 (91.41% from 255) = 34.78%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=27.46%
G=34.78%
B=37.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842332530.270.0800.01197.3994.5285.69
HexB8E9FD1B801c55f56
Octal270351375331001305137126
Binary101110001110100111111101110111000011100010110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E9FD; }

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

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

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

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

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

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

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

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