Html Css Color HEX #AECDE0 Sail

📋 copy color: '#AECDE0'

red 174 ◦ green 205 ◦ blue 224

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

Shades of Sail #AECDE0

Tints of Sail #AECDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34%

 BLUE value IS 224 (87.89% from 255) = 37.15%

R = 28.86%
G = 34%
B = 37.15%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AECDE0 (or 0xAECDE0) is known color: Sail. HEX triplet: AE, CD and E0. RGB value is (174,205,224). Sum of RGB (Red+Green+Blue) = 174+205+224=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #AECDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDE0 is #51321F. Grayscale: #C5C5C5. Windows color (decimal): -5321248 or 14732718. OLE color: 14732718.

HSL color Cylindrical-coordinate representation of color #AECDE0: hue angle of 202.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AECDE0 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 205 224 -
CMYK 0.22 0.08 0 0.12
HSL 202.8º 0.45% 0.78% -
HSV(B) 202.8º 0.22% 0.88% -
XYZ 52.74 58.04 78.94 -
YUV 197.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 174 205 224 0.22 0.08 0 0.12 202.8 0.45 0.78
Hex AE CD E0 16 8 0 C CB 2D 4E
Octal 256 315 340 26 10 0 14 313 55 116
Binary 10101110 11001101 11100000 10110 1000 0 1100 11001011 101101 1001110

Color Harmonies of #AECDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDE0

Black with #AECDE0

Text Example


Text Example

White with #AECDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDE0; }

 p { color: rgb(174,205,224); }

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

background-color css

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

 a { background-color: rgb(174,205,224); }

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

border-color css

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

 span { border-color: rgb(174,205,224); }

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