Html Css Color HEX #AECDE1 Sail

📋 copy color: '#AECDE1'

red 174 ◦ green 205 ◦ blue 225

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

Shades of Sail #AECDE1

Tints of Sail #AECDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.25%

R = 28.81%
G = 33.94%
B = 37.25%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AECDE1 (or 0xAECDE1) is known color: Sail. HEX triplet: AE, CD and E1. RGB value is (174,205,225). Sum of RGB (Red+Green+Blue) = 174+205+225=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #AECDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDE1 is #51321E. Grayscale: #C5C5C5. Windows color (decimal): -5321247 or 14798254. OLE color: 14798254.

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

Color convert

RGB 174 205 225 -
CMYK 0.23 0.09 0 0.12
HSL 203.53º 0.46% 0.78% -
HSV(B) 203.53º 0.23% 0.88% -
XYZ 52.88 58.1 79.66 -
YUV 198.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 174 205 225 0.23 0.09 0 0.12 203.53 0.46 0.78
Hex AE CD E1 17 9 0 C CC 2E 4E
Octal 256 315 341 27 11 0 14 314 56 116
Binary 10101110 11001101 11100001 10111 1001 0 1100 11001100 101110 1001110

Color Harmonies of #AECDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDE1

Black with #AECDE1

Text Example


Text Example

White with #AECDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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