Html Css Color HEX #B7DFCA Aero Blue

📋 copy color: '#B7DFCA'

red 183 ◦ green 223 ◦ blue 202

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

Shades of Aero Blue #B7DFCA

Tints of Aero Blue #B7DFCA

RGB

 RED value IS 183 (71.88% from 255) = 30.1%

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

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

R = 30.1%
G = 36.68%
B = 33.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#B7DFCA (or 0xB7DFCA) is known color: Aero Blue. HEX triplet: B7, DF and CA. RGB value is (183,223,202). Sum of RGB (Red+Green+Blue) = 183+223+202=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFCA is #482035. Grayscale: #D0D0D0. Windows color (decimal): -4726838 or 13295543. OLE color: 13295543.

HSL color Cylindrical-coordinate representation of color #B7DFCA: hue angle of 148.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DFCA is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 223 202 -
CMYK 0.18 0 0.09 0.13
HSL 148.5º 0.38% 0.8% -
HSV(B) 148.5º 0.18% 0.87% -
XYZ 56.58 67.11 65.85 -
YUV 208.65 124.25 109.71 -
System Red Green Blue C M Y K H S L
Decimal 183 223 202 0.18 0 0.09 0.13 148.5 0.38 0.8
Hex B7 DF CA 12 0 9 D 94 26 50
Octal 267 337 312 22 0 11 15 224 46 120
Binary 10110111 11011111 11001010 10010 0 1001 1101 10010100 100110 1010000

Color Harmonies of #B7DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DFCA

Black with #B7DFCA

Text Example


Text Example

White with #B7DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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