Html Css Color HEX #B8E1CA Aero Blue

📋 copy color: '#B8E1CA'

red 184 ◦ green 225 ◦ blue 202

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

Shades of Aero Blue #B8E1CA

Tints of Aero Blue #B8E1CA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.82%

 BLUE value IS 202 (79.3% from 255) = 33.06%

R = 30.11%
G = 36.82%
B = 33.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#B8E1CA (or 0xB8E1CA) is known color: Aero Blue. HEX triplet: B8, E1 and CA. RGB value is (184,225,202). Sum of RGB (Red+Green+Blue) = 184+225+202=611 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.11% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E1CA is #471E35. Grayscale: #D2D2D2. Windows color (decimal): -4660790 or 13296056. OLE color: 13296056.

HSL color Cylindrical-coordinate representation of color #B8E1CA: hue angle of 146.34º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8E1CA is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 225 202 -
CMYK 0.18 0 0.10 0.12
HSL 146.34º 0.41% 0.8% -
HSV(B) 146.34º 0.18% 0.88% -
XYZ 57.35 68.31 66.04 -
YUV 210.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 184 225 202 0.18 0 0.10 0.12 146.34 0.41 0.8
Hex B8 E1 CA 12 0 A C 92 29 50
Octal 270 341 312 22 0 12 14 222 51 120
Binary 10111000 11100001 11001010 10010 0 1010 1100 10010010 101001 1010000

Color Harmonies of #B8E1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E1CA

Black with #B8E1CA

Text Example


Text Example

White with #B8E1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E1CA; }

 p { color: rgb(184,225,202); }

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

background-color css

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

 a { background-color: rgb(184,225,202); }

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

border-color css

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

 span { border-color: rgb(184,225,202); }

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