#B4EBFF

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

Shades of Onahau #B4EBFF

Tints of Onahau #B4EBFF

Color information

#B4EBFF (or 0xB4EBFF) is unknown color: approx Onahau. HEX triplet: B4, EB and FF. RGB value is (180,235,255). Sum of RGB (Red+Green+Blue) = 180+235+255=670 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.87% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EBFF is #4B1400. Grayscale: #DCDCDC. Windows color (decimal): -4920321 or 16772020. OLE color: 16772020.

HSL color Cylindrical-coordinate representation of color #B4EBFF: hue angle of 196º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4EBFF is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB180235255-
CMYK0.290.0800
HSL196º100%85.29%-
HSV(B)196º29.41%100%-
XYZ66.5876.34105.83-
YUV220.83147.2898.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.87%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 255 (100% from 255) = 38.06%
R=26.87%
G=35.07%
B=38.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802352550.290.080019610085.29
HexB4EBFF1D800c46455
Octal264353377351000304144125
Binary101101001110101111111111111011000001100010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBFF; }

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

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

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

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

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

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

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

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