#B8E2F8

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

Shades of Onahau #B8E2F8

Tints of Onahau #B8E2F8

Color information

#B8E2F8 (or 0xB8E2F8) is unknown color: approx Onahau. HEX triplet: B8, E2 and F8. RGB value is (184,226,248). Sum of RGB (Red+Green+Blue) = 184+226+248=658 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.96% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: blue. Hex color #B8E2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E2F8 is #471D07. Grayscale: #D7D7D7. Windows color (decimal): -4660488 or 16310968. OLE color: 16310968.

HSL color Cylindrical-coordinate representation of color #B8E2F8: hue angle of 200.62º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8E2F8 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB184226248-
CMYK0.260.0900.03
HSL200.62º82.05%84.71%-
HSV(B)200.62º25.81%97.25%-
XYZ63.9171.3699.21-
YUV215.95146.09105.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.96%
GREEN value IS 226 (88.67% from 255) = 34.35%
BLUE value IS 248 (97.27% from 255) = 37.69%
R=27.96%
G=34.35%
B=37.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1842262480.260.0900.03200.6282.0584.71
HexB8E2F81A903c95255
Octal270342370321103311122125
Binary1011100011100010111110001101010010111100100110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E2F8; }

 p { color: rgb(184,226,248); }

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

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

 a { background-color: rgb(184,226,248); }

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

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

 span { border-color: rgb(184,226,248); }

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