Html Css Color HEX #B8E1CB Aero Blue

📋 copy color: '#B8E1CB'

red 184 ◦ green 225 ◦ blue 203

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

Shades of Aero Blue #B8E1CB

Tints of Aero Blue #B8E1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.17%

R = 30.07%
G = 36.76%
B = 33.17%

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

#B8E1CB (or 0xB8E1CB) is known color: Aero Blue. HEX triplet: B8, E1 and CB. RGB value is (184,225,203). Sum of RGB (Red+Green+Blue) = 184+225+203=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E1CB is #471E34. Grayscale: #D2D2D2. Windows color (decimal): -4660789 or 13361592. OLE color: 13361592.

HSL color Cylindrical-coordinate representation of color #B8E1CB: hue angle of 147.8º 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 #B8E1CB is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 225 203 -
CMYK 0.18 0 0.10 0.12
HSL 147.8º 0.41% 0.8% -
HSV(B) 147.8º 0.18% 0.88% -
XYZ 57.47 68.35 66.66 -
YUV 210.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 184 225 203 0.18 0 0.10 0.12 147.8 0.41 0.8
Hex B8 E1 CB 12 0 A C 94 29 50
Octal 270 341 313 22 0 12 14 224 51 120
Binary 10111000 11100001 11001011 10010 0 1010 1100 10010100 101001 1010000

Color Harmonies of #B8E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E1CB

Black with #B8E1CB

Text Example


Text Example

White with #B8E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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