#B8EBFB

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

Shades of Onahau #B8EBFB

Tints of Onahau #B8EBFB

Color information

#B8EBFB (or 0xB8EBFB) is unknown color: approx Onahau. HEX triplet: B8, EB and FB. RGB value is (184,235,251). Sum of RGB (Red+Green+Blue) = 184+235+251=670 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.46% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8EBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EBFB is #471404. Grayscale: #DDDDDD. Windows color (decimal): -4658181 or 16509880. OLE color: 16509880.

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

Color convert

RGB184235251-
CMYK0.270.0600.02
HSL194.33º89.33%85.29%-
HSV(B)194.33º26.69%98.43%-
XYZ66.8976.57102.52-
YUV221.58144.6101.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.46%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=27.46%
G=35.07%
B=37.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842352510.270.0600.02194.3389.3385.29
HexB8EBFB1B602c25955
Octal27035337333602302131125
Binary101110001110101111111011110111100101100001010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBFB; }

 p { color: rgb(184,235,251); }

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

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

 a { background-color: rgb(184,235,251); }

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

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

 span { border-color: rgb(184,235,251); }

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