#b5ebff

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

Shades of Onahau #B5EBFF

Tints of Onahau #B5EBFF

Color information

#B5EBFF (or 0xB5EBFF) is unknown color: approx Onahau. HEX triplet: B5, EB and FF. RGB value is (181,235,255). Sum of RGB (Red+Green+Blue) = 181+235+255=671 (88% of max value = 765). Red value is 181 (71.09% from 255 or 26.97% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EBFF is #4A1400. Grayscale: #DDDDDD. Windows color (decimal): -4854785 or 16772021. OLE color: 16772021.

HSL color Cylindrical-coordinate representation of color #B5EBFF: hue angle of 196.22º 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 #B5EBFF is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181235255-
CMYK0.290.0800
HSL196.22º100%85.49%-
HSV(B)196.22º29.02%100%-
XYZ66.8176.46105.84-
YUV221.13147.1199.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 26.97%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 255 (100% from 255) = 38.00%
R=26.97%
G=35.02%
B=38.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812352550.290.0800196.2210085.49
HexB5EBFF1D800c46455
Octal265353377351000304144125
Binary101101011110101111111111111011000001100010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5ebff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5ebff; }

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

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

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

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

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

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

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

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