Html Css Color HEX #B8EDD2 Aero Blue

📋 copy color: '#B8EDD2'

red 184 ◦ green 237 ◦ blue 210

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

Shades of Aero Blue #B8EDD2

Tints of Aero Blue #B8EDD2

RGB

 RED value IS 184 (72.27% from 255) = 29.16%

 GREEN value IS 237 (92.97% from 255) = 37.56%

 BLUE value IS 210 (82.42% from 255) = 33.28%

R = 29.16%
G = 37.56%
B = 33.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#B8EDD2 (or 0xB8EDD2) is known color: Aero Blue. HEX triplet: B8, ED and D2. RGB value is (184,237,210). Sum of RGB (Red+Green+Blue) = 184+237+210=631 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.16% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDD2 is #47122D. Grayscale: #DADADA. Windows color (decimal): -4657710 or 13823416. OLE color: 13823416.

HSL color Cylindrical-coordinate representation of color #B8EDD2: hue angle of 149.43º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EDD2 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 237 210 -
CMYK 0.22 0 0.11 0.07
HSL 149.43º 0.6% 0.83% -
HSV(B) 149.43º 0.22% 0.93% -
XYZ 61.68 75.41 72.28 -
YUV 218.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 184 237 210 0.22 0 0.11 0.07 149.43 0.6 0.83
Hex B8 ED D2 16 0 B 7 95 3C 53
Octal 270 355 322 26 0 13 7 225 74 123
Binary 10111000 11101101 11010010 10110 0 1011 111 10010101 111100 1010011

Color Harmonies of #B8EDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EDD2

Black with #B8EDD2

Text Example


Text Example

White with #B8EDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EDD2; }

 p { color: rgb(184,237,210); }

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

background-color css

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

 a { background-color: rgb(184,237,210); }

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

border-color css

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

 span { border-color: rgb(184,237,210); }

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