Html Css Color HEX #B5E6CC Aero Blue

📋 copy color: '#B5E6CC'

red 181 ◦ green 230 ◦ blue 204

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

Shades of Aero Blue #B5E6CC

Tints of Aero Blue #B5E6CC

RGB

 RED value IS 181 (71.09% from 255) = 29.43%

 GREEN value IS 230 (90.23% from 255) = 37.4%

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

R = 29.43%
G = 37.4%
B = 33.17%

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

#B5E6CC (or 0xB5E6CC) is known color: Aero Blue. HEX triplet: B5, E6 and CC. RGB value is (181,230,204). Sum of RGB (Red+Green+Blue) = 181+230+204=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E6CC is #4A1933. Grayscale: #D4D4D4. Windows color (decimal): -4856116 or 13428405. OLE color: 13428405.

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

Color convert

RGB 181 230 204 -
CMYK 0.21 0 0.11 0.10
HSL 148.16º 0.49% 0.81% -
HSV(B) 148.16º 0.21% 0.9% -
XYZ 58.25 70.78 67.72 -
YUV 212.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 181 230 204 0.21 0 0.11 0.10 148.16 0.49 0.81
Hex B5 E6 CC 15 0 B A 94 31 51
Octal 265 346 314 25 0 13 12 224 61 121
Binary 10110101 11100110 11001100 10101 0 1011 1010 10010100 110001 1010001

Color Harmonies of #B5E6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E6CC

Black with #B5E6CC

Text Example


Text Example

White with #B5E6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E6CC; }

 p { color: rgb(181,230,204); }

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

background-color css

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

 a { background-color: rgb(181,230,204); }

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

border-color css

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

 span { border-color: rgb(181,230,204); }

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