Html Css Color HEX #AEBFD7 Spindle

📋 copy color: '#AEBFD7'

red 174 ◦ green 191 ◦ blue 215

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

Shades of Spindle #AEBFD7

Tints of Spindle #AEBFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.07%

R = 30%
G = 32.93%
B = 37.07%

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

#AEBFD7 (or 0xAEBFD7) is known color: Spindle. HEX triplet: AE, BF and D7. RGB value is (174,191,215). Sum of RGB (Red+Green+Blue) = 174+191+215=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 215 - color contains mainly: blue. Hex color #AEBFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFD7 is #514028. Grayscale: #BCBCBC. Windows color (decimal): -5324841 or 14139310. OLE color: 14139310.

HSL color Cylindrical-coordinate representation of color #AEBFD7: hue angle of 215.12º degrees, saturation: 0.34, 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 #AEBFD7 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 191 215 -
CMYK 0.19 0.11 0 0.16
HSL 215.12º 0.34% 0.76% -
HSV(B) 215.12º 0.19% 0.84% -
XYZ 48.35 51.17 71.62 -
YUV 188.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 174 191 215 0.19 0.11 0 0.16 215.12 0.34 0.76
Hex AE BF D7 13 B 0 10 D7 22 4C
Octal 256 277 327 23 13 0 20 327 42 114
Binary 10101110 10111111 11010111 10011 1011 0 10000 11010111 100010 1001100

Color Harmonies of #AEBFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFD7

Black with #AEBFD7

Text Example


Text Example

White with #AEBFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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