Html Css Color HEX #AEBFD5 Spindle

📋 copy color: '#AEBFD5'

red 174 ◦ green 191 ◦ blue 213

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

Shades of Spindle #AEBFD5

Tints of Spindle #AEBFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 33.04%

 BLUE value IS 213 (83.59% from 255) = 36.85%

R = 30.1%
G = 33.04%
B = 36.85%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEBFD5 (or 0xAEBFD5) is known color: Spindle. HEX triplet: AE, BF and D5. RGB value is (174,191,213). Sum of RGB (Red+Green+Blue) = 174+191+213=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEBFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFD5 is #51402A. Grayscale: #BCBCBC. Windows color (decimal): -5324843 or 14008238. OLE color: 14008238.

HSL color Cylindrical-coordinate representation of color #AEBFD5: hue angle of 213.85º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEBFD5 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 191 213 -
CMYK 0.18 0.10 0 0.16
HSL 213.85º 0.32% 0.76% -
HSV(B) 213.85º 0.18% 0.84% -
XYZ 48.1 51.06 70.27 -
YUV 188.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 174 191 213 0.18 0.10 0 0.16 213.85 0.32 0.76
Hex AE BF D5 12 A 0 10 D6 20 4C
Octal 256 277 325 22 12 0 20 326 40 114
Binary 10101110 10111111 11010101 10010 1010 0 10000 11010110 100000 1001100

Color Harmonies of #AEBFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFD5

Black with #AEBFD5

Text Example


Text Example

White with #AEBFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFD5; }

 p { color: rgb(174,191,213); }

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

background-color css

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

 a { background-color: rgb(174,191,213); }

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

border-color css

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

 span { border-color: rgb(174,191,213); }

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