#B3EBFA

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

Shades of Onahau #B3EBFA

Tints of Onahau #B3EBFA

Color information

#B3EBFA (or 0xB3EBFA) is unknown color: approx Onahau. HEX triplet: B3, EB and FA. RGB value is (179,235,250). Sum of RGB (Red+Green+Blue) = 179+235+250=664 (87% of max value = 765). Red value is 179 (70.31% from 255 or 26.96% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3EBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EBFA is #4C1405. Grayscale: #DBDBDB. Windows color (decimal): -4985862 or 16444339. OLE color: 16444339.

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

Color convert

RGB179235250-
CMYK0.280.0600.02
HSL192.68º87.65%84.12%-
HSV(B)192.68º28.4%98.04%-
XYZ65.5575.9101.64-
YUV219.97144.9598.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.96%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=26.96%
G=35.39%
B=37.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792352500.280.0600.02192.6887.6584.12
HexB3EBFA1C602c15854
Octal26335337234602301130124
Binary101100111110101111111010111001100101100000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EBFA; }

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

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

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

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

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

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

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

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