Html Css Color HEX #B4E7CF Aero Blue

📋 copy color: '#B4E7CF'

red 180 ◦ green 231 ◦ blue 207

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

Shades of Aero Blue #B4E7CF

Tints of Aero Blue #B4E7CF

RGB

 RED value IS 180 (70.7% from 255) = 29.13%

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

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

R = 29.13%
G = 37.38%
B = 33.5%

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

#B4E7CF (or 0xB4E7CF) is known color: Aero Blue. HEX triplet: B4, E7 and CF. RGB value is (180,231,207). Sum of RGB (Red+Green+Blue) = 180+231+207=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7CF is #4B1830. Grayscale: #D5D5D5. Windows color (decimal): -4921393 or 13625268. OLE color: 13625268.

HSL color Cylindrical-coordinate representation of color #B4E7CF: hue angle of 151.76º degrees, saturation: 0.52, 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 #B4E7CF is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 231 207 -
CMYK 0.22 0 0.10 0.09
HSL 151.76º 0.52% 0.81% -
HSV(B) 151.76º 0.22% 0.91% -
XYZ 58.66 71.36 69.71 -
YUV 213.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 180 231 207 0.22 0 0.10 0.09 151.76 0.52 0.81
Hex B4 E7 CF 16 0 A 9 98 34 51
Octal 264 347 317 26 0 12 11 230 64 121
Binary 10110100 11100111 11001111 10110 0 1010 1001 10011000 110100 1010001

Color Harmonies of #B4E7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E7CF

Black with #B4E7CF

Text Example


Text Example

White with #B4E7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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