#B3EBFE

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

Shades of Onahau #B3EBFE

Tints of Onahau #B3EBFE

Color information

#B3EBFE (or 0xB3EBFE) is unknown color: approx Onahau. HEX triplet: B3, EB and FE. RGB value is (179,235,254). Sum of RGB (Red+Green+Blue) = 179+235+254=668 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.80% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3EBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EBFE is #4C1401. Grayscale: #DCDCDC. Windows color (decimal): -4985858 or 16706483. OLE color: 16706483.

HSL color Cylindrical-coordinate representation of color #B3EBFE: hue angle of 195.2º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3EBFE is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB179235254-
CMYK0.300.0700.00
HSL195.2º97.4%84.9%-
HSV(B)195.2º29.53%99.61%-
XYZ66.1976.16104.98-
YUV220.42146.9598.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.80%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=26.80%
G=35.18%
B=38.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792352540.300.0700.00195.297.484.9
HexB3EBFE1E700c36155
Octal26335337636700303141125
Binary10110011111010111111111011110111001100001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EBFE; }

 p { color: rgb(179,235,254); }

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

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

 a { background-color: rgb(179,235,254); }

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

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

 span { border-color: rgb(179,235,254); }

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