#B8E7FF

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

Shades of Onahau #B8E7FF

Tints of Onahau #B8E7FF

Color information

#B8E7FF (or 0xB8E7FF) is unknown color: approx Onahau. HEX triplet: B8, E7 and FF. RGB value is (184,231,255). Sum of RGB (Red+Green+Blue) = 184+231+255=670 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.46% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8E7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E7FF is #471800. Grayscale: #DBDBDB. Windows color (decimal): -4659201 or 16771000. OLE color: 16771000.

HSL color Cylindrical-coordinate representation of color #B8E7FF: hue angle of 200.28º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8E7FF is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184231255-
CMYK0.280.0900
HSL200.28º100%86.08%-
HSV(B)200.28º27.84%100%-
XYZ66.3974.56105.5-
YUV219.68147.93102.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.46%
GREEN value IS 231 (90.62% from 255) = 34.48%
BLUE value IS 255 (100% from 255) = 38.06%
R=27.46%
G=34.48%
B=38.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842312550.280.0900200.2810086.08
HexB8E7FF1C900c86456
Octal270347377341100310144126
Binary101110001110011111111111111001001001100100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E7FF; }

 p { color: rgb(184,231,255); }

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

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

 a { background-color: rgb(184,231,255); }

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

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

 span { border-color: rgb(184,231,255); }

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