Html Css Color HEX #AEDDC9 Cruise

📋 copy color: '#AEDDC9'

red 174 ◦ green 221 ◦ blue 201

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

Shades of Cruise #AEDDC9

Tints of Cruise #AEDDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.08%

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

R = 29.19%
G = 37.08%
B = 33.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#AEDDC9 (or 0xAEDDC9) is known color: Cruise. HEX triplet: AE, DD and C9. RGB value is (174,221,201). Sum of RGB (Red+Green+Blue) = 174+221+201=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDC9 is #512236. Grayscale: #CCCCCC. Windows color (decimal): -5317175 or 13229486. OLE color: 13229486.

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

Color convert

RGB 174 221 201 -
CMYK 0.21 0 0.09 0.13
HSL 154.47º 0.41% 0.77% -
HSV(B) 154.47º 0.21% 0.87% -
XYZ 53.85 64.93 64.95 -
YUV 204.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 174 221 201 0.21 0 0.09 0.13 154.47 0.41 0.77
Hex AE DD C9 15 0 9 D 9A 29 4D
Octal 256 335 311 25 0 11 15 232 51 115
Binary 10101110 11011101 11001001 10101 0 1001 1101 10011010 101001 1001101

Color Harmonies of #AEDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDC9

Black with #AEDDC9

Text Example


Text Example

White with #AEDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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