#b8e2f9

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

Shades of Onahau #B8E2F9

Tints of Onahau #B8E2F9

Color information

#B8E2F9 (or 0xB8E2F9) is unknown color: approx Onahau. HEX triplet: B8, E2 and F9. RGB value is (184,226,249). Sum of RGB (Red+Green+Blue) = 184+226+249=659 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.92% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #B8E2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E2F9 is #471D06. Grayscale: #D7D7D7. Windows color (decimal): -4660487 or 16376504. OLE color: 16376504.

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

Color convert

RGB184226249-
CMYK0.260.0900.02
HSL201.23º84.42%84.9%-
HSV(B)201.23º26.1%97.65%-
XYZ64.0671.42100.03-
YUV216.06146.59105.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.92%
GREEN value IS 226 (88.67% from 255) = 34.29%
BLUE value IS 249 (97.66% from 255) = 37.78%
R=27.92%
G=34.29%
B=37.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842262490.260.0900.02201.2384.4284.9
HexB8E2F91A902c95455
Octal270342371321102311124125
Binary1011100011100010111110011101010010101100100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8e2f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8e2f9; }

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

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

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

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

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

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

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

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