#B8E5FD

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

Shades of Onahau #B8E5FD

Tints of Onahau #B8E5FD

Color information

#B8E5FD (or 0xB8E5FD) is unknown color: approx Onahau. HEX triplet: B8, E5 and FD. RGB value is (184,229,253). Sum of RGB (Red+Green+Blue) = 184+229+253=666 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.63% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E5FD is #471A02. Grayscale: #DADADA. Windows color (decimal): -4659715 or 16639416. OLE color: 16639416.

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

Color convert

RGB184229253-
CMYK0.270.0900.01
HSL200.87º94.52%85.69%-
HSV(B)200.87º27.27%99.22%-
XYZ65.5273.32103.63-
YUV218.28147.59103.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.63%
GREEN value IS 229 (89.84% from 255) = 34.38%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=27.63%
G=34.38%
B=37.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842292530.270.0900.01200.8794.5285.69
HexB8E5FD1B901c95f56
Octal270345375331101311137126
Binary101110001110010111111101110111001011100100110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E5FD; }

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

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

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

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

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

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

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

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