#B4EAFA

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

Shades of Onahau #B4EAFA

Tints of Onahau #B4EAFA

Color information

#B4EAFA (or 0xB4EAFA) is unknown color: approx Onahau. HEX triplet: B4, EA and FA. RGB value is (180,234,250). Sum of RGB (Red+Green+Blue) = 180+234+250=664 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.11% from 664); Green value is 234 (91.80% from 255 or 35.24% 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 #B4EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EAFA is #4B1505. Grayscale: #DBDBDB. Windows color (decimal): -4920582 or 16444084. OLE color: 16444084.

HSL color Cylindrical-coordinate representation of color #B4EAFA: hue angle of 193.71º 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 #B4EAFA is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180234250-
CMYK0.280.0600.02
HSL193.71º87.5%84.31%-
HSV(B)193.71º28%98.04%-
XYZ65.575.45101.55-
YUV219.68145.1199.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.11%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=27.11%
G=35.24%
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
Decimal1802342500.280.0600.02193.7187.584.31
HexB4EAFA1C602c25854
Octal26435237234602302130124
Binary101101001110101011111010111001100101100001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EAFA; }

 p { color: rgb(180,234,250); }

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

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

 a { background-color: rgb(180,234,250); }

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

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

 span { border-color: rgb(180,234,250); }

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