Html Css Color HEX #AEBFD6 Spindle

📋 copy color: '#AEBFD6'

red 174 ◦ green 191 ◦ blue 214

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

Shades of Spindle #AEBFD6

Tints of Spindle #AEBFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.96%

R = 30.05%
G = 32.99%
B = 36.96%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEBFD6 (or 0xAEBFD6) is known color: Spindle. HEX triplet: AE, BF and D6. RGB value is (174,191,214). Sum of RGB (Red+Green+Blue) = 174+191+214=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEBFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFD6 is #514029. Grayscale: #BCBCBC. Windows color (decimal): -5324842 or 14073774. OLE color: 14073774.

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

Color convert

RGB 174 191 214 -
CMYK 0.19 0.11 0 0.16
HSL 214.5º 0.33% 0.76% -
HSV(B) 214.5º 0.19% 0.84% -
XYZ 48.22 51.12 70.94 -
YUV 188.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 174 191 214 0.19 0.11 0 0.16 214.5 0.33 0.76
Hex AE BF D6 13 B 0 10 D6 21 4C
Octal 256 277 326 23 13 0 20 326 41 114
Binary 10101110 10111111 11010110 10011 1011 0 10000 11010110 100001 1001100

Color Harmonies of #AEBFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFD6

Black with #AEBFD6

Text Example


Text Example

White with #AEBFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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