Html Css Color HEX #B5E7CF Aero Blue

📋 copy color: '#B5E7CF'

red 181 ◦ green 231 ◦ blue 207

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

Shades of Aero Blue #B5E7CF

Tints of Aero Blue #B5E7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.32%

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

R = 29.24%
G = 37.32%
B = 33.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#B5E7CF (or 0xB5E7CF) is known color: Aero Blue. HEX triplet: B5, E7 and CF. RGB value is (181,231,207). Sum of RGB (Red+Green+Blue) = 181+231+207=619 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.24% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7CF is #4A1830. Grayscale: #D5D5D5. Windows color (decimal): -4855857 or 13625269. OLE color: 13625269.

HSL color Cylindrical-coordinate representation of color #B5E7CF: hue angle of 151.2º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E7CF is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 231 207 -
CMYK 0.22 0 0.10 0.09
HSL 151.2º 0.51% 0.81% -
HSV(B) 151.2º 0.22% 0.91% -
XYZ 58.89 71.48 69.72 -
YUV 213.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 181 231 207 0.22 0 0.10 0.09 151.2 0.51 0.81
Hex B5 E7 CF 16 0 A 9 97 33 51
Octal 265 347 317 26 0 12 11 227 63 121
Binary 10110101 11100111 11001111 10110 0 1010 1001 10010111 110011 1010001

Color Harmonies of #B5E7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E7CF

Black with #B5E7CF

Text Example


Text Example

White with #B5E7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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