#B4EBFA

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

Shades of Onahau #B4EBFA

Tints of Onahau #B4EBFA

Color information

#B4EBFA (or 0xB4EBFA) is unknown color: approx Onahau. HEX triplet: B4, EB and FA. RGB value is (180,235,250). Sum of RGB (Red+Green+Blue) = 180+235+250=665 (88% of max value = 765). Red value is 180 (70.70% from 255 or 27.07% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4EBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EBFA is #4B1405. Grayscale: #DCDCDC. Windows color (decimal): -4920326 or 16444340. OLE color: 16444340.

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

Color convert

RGB180235250-
CMYK0.280.0600.02
HSL192.86º87.5%84.31%-
HSV(B)192.86º28%98.04%-
XYZ65.7976.02101.65-
YUV220.26144.7899.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.07%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=27.07%
G=35.34%
B=37.59%

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
Decimal1802352500.280.0600.02192.8687.584.31
HexB4EBFA1C602c15854
Octal26435337234602301130124
Binary101101001110101111111010111001100101100000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBFA; }

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

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

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

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

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

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

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

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