Html Css Color HEX #AEDDCD Cruise

📋 copy color: '#AEDDCD'

red 174 ◦ green 221 ◦ blue 205

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

Shades of Cruise #AEDDCD

Tints of Cruise #AEDDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.17%

R = 29%
G = 36.83%
B = 34.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#AEDDCD (or 0xAEDDCD) is known color: Cruise. HEX triplet: AE, DD and CD. RGB value is (174,221,205). Sum of RGB (Red+Green+Blue) = 174+221+205=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDCD is #512232. Grayscale: #CDCDCD. Windows color (decimal): -5317171 or 13491630. OLE color: 13491630.

HSL color Cylindrical-coordinate representation of color #AEDDCD: hue angle of 159.57º 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 #AEDDCD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 205 -
CMYK 0.21 0 0.07 0.13
HSL 159.57º 0.41% 0.77% -
HSV(B) 159.57º 0.21% 0.87% -
XYZ 54.33 65.12 67.46 -
YUV 205.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 174 221 205 0.21 0 0.07 0.13 159.57 0.41 0.77
Hex AE DD CD 15 0 7 D A0 29 4D
Octal 256 335 315 25 0 7 15 240 51 115
Binary 10101110 11011101 11001101 10101 0 111 1101 10100000 101001 1001101

Color Harmonies of #AEDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDCD

Black with #AEDDCD

Text Example


Text Example

White with #AEDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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