Html Css Color HEX #AEC7DB Spindle

📋 copy color: '#AEC7DB'

red 174 ◦ green 199 ◦ blue 219

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

Shades of Spindle #AEC7DB

Tints of Spindle #AEC7DB

RGB

 RED value IS 174 (68.36% from 255) = 29.39%

 GREEN value IS 199 (78.13% from 255) = 33.61%

 BLUE value IS 219 (85.94% from 255) = 36.99%

R = 29.39%
G = 33.61%
B = 36.99%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEC7DB (or 0xAEC7DB) is known color: Spindle. HEX triplet: AE, C7 and DB. RGB value is (174,199,219). Sum of RGB (Red+Green+Blue) = 174+199+219=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEC7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC7DB is #513824. Grayscale: #C1C1C1. Windows color (decimal): -5322789 or 14403502. OLE color: 14403502.

HSL color Cylindrical-coordinate representation of color #AEC7DB: hue angle of 206.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEC7DB is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 199 219 -
CMYK 0.21 0.09 0 0.14
HSL 206.67º 0.38% 0.77% -
HSV(B) 206.67º 0.21% 0.86% -
XYZ 50.67 54.96 74.96 -
YUV 193.81 142.22 113.87 -
System Red Green Blue C M Y K H S L
Decimal 174 199 219 0.21 0.09 0 0.14 206.67 0.38 0.77
Hex AE C7 DB 15 9 0 E CF 26 4D
Octal 256 307 333 25 11 0 16 317 46 115
Binary 10101110 11000111 11011011 10101 1001 0 1110 11001111 100110 1001101

Color Harmonies of #AEC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC7DB

Black with #AEC7DB

Text Example


Text Example

White with #AEC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC7DB; }

 p { color: rgb(174,199,219); }

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

background-color css

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

 a { background-color: rgb(174,199,219); }

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

border-color css

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

 span { border-color: rgb(174,199,219); }

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