Html Css Color HEX #AECADA Spindle

📋 copy color: '#AECADA'

red 174 ◦ green 202 ◦ blue 218

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

Shades of Spindle #AECADA

Tints of Spindle #AECADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.01%

 BLUE value IS 218 (85.55% from 255) = 36.7%

R = 29.29%
G = 34.01%
B = 36.7%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AECADA (or 0xAECADA) is known color: Spindle. HEX triplet: AE, CA and DA. RGB value is (174,202,218). Sum of RGB (Red+Green+Blue) = 174+202+218=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #AECADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECADA is #513525. Grayscale: #C3C3C3. Windows color (decimal): -5322022 or 14338734. OLE color: 14338734.

HSL color Cylindrical-coordinate representation of color #AECADA: hue angle of 201.82º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECADA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 202 218 -
CMYK 0.20 0.07 0 0.15
HSL 201.82º 0.37% 0.77% -
HSV(B) 201.82º 0.2% 0.85% -
XYZ 51.23 56.3 74.5 -
YUV 195.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 174 202 218 0.20 0.07 0 0.15 201.82 0.37 0.77
Hex AE CA DA 14 7 0 F CA 25 4D
Octal 256 312 332 24 7 0 17 312 45 115
Binary 10101110 11001010 11011010 10100 111 0 1111 11001010 100101 1001101

Color Harmonies of #AECADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECADA

Black with #AECADA

Text Example


Text Example

White with #AECADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECADA; }

 p { color: rgb(174,202,218); }

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

background-color css

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

 a { background-color: rgb(174,202,218); }

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

border-color css

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

 span { border-color: rgb(174,202,218); }

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