Html Css Color HEX #AEBCCF Spindle

📋 copy color: '#AEBCCF'

red 174 ◦ green 188 ◦ blue 207

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

Shades of Spindle #AEBCCF

Tints of Spindle #AEBCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.04%

 BLUE value IS 207 (81.25% from 255) = 36.38%

R = 30.58%
G = 33.04%
B = 36.38%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEBCCF (or 0xAEBCCF) is known color: Spindle. HEX triplet: AE, BC and CF. RGB value is (174,188,207). Sum of RGB (Red+Green+Blue) = 174+188+207=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCCF is #514330. Grayscale: #B9B9B9. Windows color (decimal): -5325617 or 13614254. OLE color: 13614254.

HSL color Cylindrical-coordinate representation of color #AEBCCF: hue angle of 214.55º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEBCCF is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 188 207 -
CMYK 0.16 0.09 0 0.19
HSL 214.55º 0.26% 0.75% -
HSV(B) 214.55º 0.16% 0.81% -
XYZ 46.7 49.47 66.12 -
YUV 185.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 174 188 207 0.16 0.09 0 0.19 214.55 0.26 0.75
Hex AE BC CF 10 9 0 13 D7 1A 4B
Octal 256 274 317 20 11 0 23 327 32 113
Binary 10101110 10111100 11001111 10000 1001 0 10011 11010111 11010 1001011

Color Harmonies of #AEBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCCF

Black with #AEBCCF

Text Example


Text Example

White with #AEBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCCF; }

 p { color: rgb(174,188,207); }

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

background-color css

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

 a { background-color: rgb(174,188,207); }

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

border-color css

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

 span { border-color: rgb(174,188,207); }

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