Html Css Color HEX #B4E5CC Aero Blue

📋 copy color: '#B4E5CC'

red 180 ◦ green 229 ◦ blue 204

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

Shades of Aero Blue #B4E5CC

Tints of Aero Blue #B4E5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.36%

 BLUE value IS 204 (80.08% from 255) = 33.28%

R = 29.36%
G = 37.36%
B = 33.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#B4E5CC (or 0xB4E5CC) is known color: Aero Blue. HEX triplet: B4, E5 and CC. RGB value is (180,229,204). Sum of RGB (Red+Green+Blue) = 180+229+204=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E5CC is #4B1A33. Grayscale: #D3D3D3. Windows color (decimal): -4921908 or 13428148. OLE color: 13428148.

HSL color Cylindrical-coordinate representation of color #B4E5CC: hue angle of 149.39º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E5CC is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 229 204 -
CMYK 0.21 0 0.11 0.10
HSL 149.39º 0.49% 0.8% -
HSV(B) 149.39º 0.21% 0.9% -
XYZ 57.74 70.1 67.61 -
YUV 211.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 180 229 204 0.21 0 0.11 0.10 149.39 0.49 0.8
Hex B4 E5 CC 15 0 B A 95 31 50
Octal 264 345 314 25 0 13 12 225 61 120
Binary 10110100 11100101 11001100 10101 0 1011 1010 10010101 110001 1010000

Color Harmonies of #B4E5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E5CC

Black with #B4E5CC

Text Example


Text Example

White with #B4E5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E5CC; }

 p { color: rgb(180,229,204); }

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

background-color css

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

 a { background-color: rgb(180,229,204); }

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

border-color css

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

 span { border-color: rgb(180,229,204); }

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