Html Css Color HEX #B3DFCA Aero Blue

📋 copy color: '#B3DFCA'

red 179 ◦ green 223 ◦ blue 202

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

Shades of Aero Blue #B3DFCA

Tints of Aero Blue #B3DFCA

RGB

 RED value IS 179 (70.31% from 255) = 29.64%

 GREEN value IS 223 (87.5% from 255) = 36.92%

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

R = 29.64%
G = 36.92%
B = 33.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#B3DFCA (or 0xB3DFCA) is known color: Aero Blue. HEX triplet: B3, DF and CA. RGB value is (179,223,202). Sum of RGB (Red+Green+Blue) = 179+223+202=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DFCA is #4C2035. Grayscale: #CFCFCF. Windows color (decimal): -4988982 or 13295539. OLE color: 13295539.

HSL color Cylindrical-coordinate representation of color #B3DFCA: hue angle of 151.36º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3DFCA is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 223 202 -
CMYK 0.20 0 0.09 0.13
HSL 151.36º 0.41% 0.79% -
HSV(B) 151.36º 0.2% 0.87% -
XYZ 55.64 66.62 65.8 -
YUV 207.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 179 223 202 0.20 0 0.09 0.13 151.36 0.41 0.79
Hex B3 DF CA 14 0 9 D 97 29 4F
Octal 263 337 312 24 0 11 15 227 51 117
Binary 10110011 11011111 11001010 10100 0 1001 1101 10010111 101001 1001111

Color Harmonies of #B3DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DFCA

Black with #B3DFCA

Text Example


Text Example

White with #B3DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DFCA; }

 p { color: rgb(179,223,202); }

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

background-color css

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

 a { background-color: rgb(179,223,202); }

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

border-color css

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

 span { border-color: rgb(179,223,202); }

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