Html Css Color HEX #B5EACF Aero Blue

📋 copy color: '#B5EACF'

red 181 ◦ green 234 ◦ blue 207

#B5EACF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #B5EACF

Tints of Aero Blue #B5EACF

RGB

 RED value IS 181 (71.09% from 255) = 29.1%

 GREEN value IS 234 (91.8% from 255) = 37.62%

 BLUE value IS 207 (81.25% from 255) = 33.28%

R = 29.1%
G = 37.62%
B = 33.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#B5EACF (or 0xB5EACF) is known color: Aero Blue. HEX triplet: B5, EA and CF. RGB value is (181,234,207). Sum of RGB (Red+Green+Blue) = 181+234+207=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EACF is #4A1530. Grayscale: #D7D7D7. Windows color (decimal): -4855089 or 13626037. OLE color: 13626037.

HSL color Cylindrical-coordinate representation of color #B5EACF: hue angle of 149.43º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5EACF is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 234 207 -
CMYK 0.23 0 0.12 0.08
HSL 149.43º 0.56% 0.81% -
HSV(B) 149.43º 0.23% 0.92% -
XYZ 59.74 73.17 70.01 -
YUV 215.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 181 234 207 0.23 0 0.12 0.08 149.43 0.56 0.81
Hex B5 EA CF 17 0 C 8 95 38 51
Octal 265 352 317 27 0 14 10 225 70 121
Binary 10110101 11101010 11001111 10111 0 1100 1000 10010101 111000 1010001

Color Harmonies of #B5EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EACF

Black with #B5EACF

Text Example


Text Example

White with #B5EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EACF; }

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

 H1.HeaderClassName
 {
   color: #B5EACF;
 }
 .AnyTagClassName
 {
   color: #B5EACF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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