#B5EDFA

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

Shades of Onahau #B5EDFA

Tints of Onahau #B5EDFA

Color information

#B5EDFA (or 0xB5EDFA) is unknown color: approx Onahau. HEX triplet: B5, ED and FA. RGB value is (181,237,250). Sum of RGB (Red+Green+Blue) = 181+237+250=668 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.10% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EDFA is #4A1205. Grayscale: #DDDDDD. Windows color (decimal): -4854278 or 16444853. OLE color: 16444853.

HSL color Cylindrical-coordinate representation of color #B5EDFA: hue angle of 191.3º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5EDFA is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181237250-
CMYK0.280.0500.02
HSL191.3º87.34%84.51%-
HSV(B)191.3º27.6%98.04%-
XYZ66.677.29101.85-
YUV221.74143.9598.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.10%
GREEN value IS 237 (92.97% from 255) = 35.48%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=27.10%
G=35.48%
B=37.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812372500.280.0500.02191.387.3484.51
HexB5EDFA1C502bf5755
Octal26535537234502277127125
Binary101101011110110111111010111001010101011111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EDFA; }

 p { color: rgb(181,237,250); }

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

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

 a { background-color: rgb(181,237,250); }

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

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

 span { border-color: rgb(181,237,250); }

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