#B8E8FC

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

Shades of Onahau #B8E8FC

Tints of Onahau #B8E8FC

Color information

#B8E8FC (or 0xB8E8FC) is unknown color: approx Onahau. HEX triplet: B8, E8 and FC. RGB value is (184,232,252). Sum of RGB (Red+Green+Blue) = 184+232+252=668 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.54% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8E8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E8FC is #471703. Grayscale: #DBDBDB. Windows color (decimal): -4658948 or 16574648. OLE color: 16574648.

HSL color Cylindrical-coordinate representation of color #B8E8FC: hue angle of 197.65º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8E8FC is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184232252-
CMYK0.270.0800.01
HSL197.65º91.89%85.49%-
HSV(B)197.65º26.98%98.82%-
XYZ66.1974.93103.07-
YUV219.93146.1102.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.54%
GREEN value IS 232 (91.02% from 255) = 34.73%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=27.54%
G=34.73%
B=37.72%

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
Decimal1842322520.270.0800.01197.6591.8985.49
HexB8E8FC1B801c65c55
Octal270350374331001306134125
Binary101110001110100011111100110111000011100011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8E8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8E8FC; }

 p { color: rgb(184,232,252); }

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

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

 a { background-color: rgb(184,232,252); }

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

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

 span { border-color: rgb(184,232,252); }

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