#b5eaff

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

Shades of Onahau #B5EAFF

Tints of Onahau #B5EAFF

Color information

#B5EAFF (or 0xB5EAFF) is unknown color: approx Onahau. HEX triplet: B5, EA and FF. RGB value is (181,234,255). Sum of RGB (Red+Green+Blue) = 181+234+255=670 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.01% from 670); Green value is 234 (91.80% from 255 or 34.93% 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 #B5EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EAFF is #4A1500. Grayscale: #DCDCDC. Windows color (decimal): -4855041 or 16771765. OLE color: 16771765.

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

Color convert

RGB181234255-
CMYK0.290.0800
HSL197.03º100%85.49%-
HSV(B)197.03º29.02%100%-
XYZ66.5375.89105.75-
YUV220.55147.4499.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.01%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 255 (100% from 255) = 38.06%
R=27.01%
G=34.93%
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
Decimal1812342550.290.0800197.0310085.49
HexB5EAFF1D800c56455
Octal265352377351000305144125
Binary101101011110101011111111111011000001100010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5eaff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5eaff; }

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

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

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

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

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

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

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

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