Html Css Color HEX #AEDEC9 Cruise

📋 copy color: '#AEDEC9'

red 174 ◦ green 222 ◦ blue 201

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

Shades of Cruise #AEDEC9

Tints of Cruise #AEDEC9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.19%

 BLUE value IS 201 (78.91% from 255) = 33.67%

R = 29.15%
G = 37.19%
B = 33.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#AEDEC9 (or 0xAEDEC9) is known color: Cruise. HEX triplet: AE, DE and C9. RGB value is (174,222,201). Sum of RGB (Red+Green+Blue) = 174+222+201=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEC9 is #512136. Grayscale: #CDCDCD. Windows color (decimal): -5316919 or 13229742. OLE color: 13229742.

HSL color Cylindrical-coordinate representation of color #AEDEC9: hue angle of 153.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDEC9 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 201 -
CMYK 0.22 0 0.09 0.13
HSL 153.75º 0.42% 0.78% -
HSV(B) 153.75º 0.22% 0.87% -
XYZ 54.12 65.46 65.04 -
YUV 205.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 174 222 201 0.22 0 0.09 0.13 153.75 0.42 0.78
Hex AE DE C9 16 0 9 D 9A 2A 4E
Octal 256 336 311 26 0 11 15 232 52 116
Binary 10101110 11011110 11001001 10110 0 1001 1101 10011010 101010 1001110

Color Harmonies of #AEDEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEC9

Black with #AEDEC9

Text Example


Text Example

White with #AEDEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEC9; }

 p { color: rgb(174,222,201); }

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

background-color css

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

 a { background-color: rgb(174,222,201); }

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

border-color css

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

 span { border-color: rgb(174,222,201); }

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