Html Css Color HEX #AEBFD4 Spindle

📋 copy color: '#AEBFD4'

red 174 ◦ green 191 ◦ blue 212

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

Shades of Spindle #AEBFD4

Tints of Spindle #AEBFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.74%

R = 30.16%
G = 33.1%
B = 36.74%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AEBFD4 (or 0xAEBFD4) is known color: Spindle. HEX triplet: AE, BF and D4. RGB value is (174,191,212). Sum of RGB (Red+Green+Blue) = 174+191+212=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEBFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFD4 is #51402B. Grayscale: #BCBCBC. Windows color (decimal): -5324844 or 13942702. OLE color: 13942702.

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

Color convert

RGB 174 191 212 -
CMYK 0.18 0.10 0 0.17
HSL 213.16º 0.31% 0.76% -
HSV(B) 213.16º 0.18% 0.83% -
XYZ 47.97 51.01 69.61 -
YUV 188.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 174 191 212 0.18 0.10 0 0.17 213.16 0.31 0.76
Hex AE BF D4 12 A 0 11 D5 1F 4C
Octal 256 277 324 22 12 0 21 325 37 114
Binary 10101110 10111111 11010100 10010 1010 0 10001 11010101 11111 1001100

Color Harmonies of #AEBFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFD4

Black with #AEBFD4

Text Example


Text Example

White with #AEBFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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