Html Css Color HEX #B7F2D9 Aero Blue

📋 copy color: '#B7F2D9'

red 183 ◦ green 242 ◦ blue 217

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

Shades of Aero Blue #B7F2D9

Tints of Aero Blue #B7F2D9

RGB

 RED value IS 183 (71.88% from 255) = 28.5%

 GREEN value IS 242 (94.92% from 255) = 37.69%

 BLUE value IS 217 (85.16% from 255) = 33.8%

R = 28.5%
G = 37.69%
B = 33.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#B7F2D9 (or 0xB7F2D9) is known color: Aero Blue. HEX triplet: B7, F2 and D9. RGB value is (183,242,217). Sum of RGB (Red+Green+Blue) = 183+242+217=642 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.50% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F2D9 is #480D26. Grayscale: #DDDDDD. Windows color (decimal): -4721959 or 14283447. OLE color: 14283447.

HSL color Cylindrical-coordinate representation of color #B7F2D9: hue angle of 154.58º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F2D9 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 242 217 -
CMYK 0.24 0 0.10 0.05
HSL 154.58º 0.69% 0.83% -
HSV(B) 154.58º 0.24% 0.95% -
XYZ 63.8 78.58 77.45 -
YUV 221.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 183 242 217 0.24 0 0.10 0.05 154.58 0.69 0.83
Hex B7 F2 D9 18 0 A 5 9B 45 53
Octal 267 362 331 30 0 12 5 233 105 123
Binary 10110111 11110010 11011001 11000 0 1010 101 10011011 1000101 1010011

Color Harmonies of #B7F2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7F2D9

Black with #B7F2D9

Text Example


Text Example

White with #B7F2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7F2D9; }

 p { color: rgb(183,242,217); }

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

background-color css

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

 a { background-color: rgb(183,242,217); }

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

border-color css

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

 span { border-color: rgb(183,242,217); }

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