Html Css Color HEX #AEDECE Cruise

📋 copy color: '#AEDECE'

red 174 ◦ green 222 ◦ blue 206

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

Shades of Cruise #AEDECE

Tints of Cruise #AEDECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.22%

R = 28.9%
G = 36.88%
B = 34.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#AEDECE (or 0xAEDECE) is known color: Cruise. HEX triplet: AE, DE and CE. RGB value is (174,222,206). Sum of RGB (Red+Green+Blue) = 174+222+206=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDECE is #512131. Grayscale: #CDCDCD. Windows color (decimal): -5316914 or 13557422. OLE color: 13557422.

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

Color convert

RGB 174 222 206 -
CMYK 0.22 0 0.07 0.13
HSL 160º 0.42% 0.78% -
HSV(B) 160º 0.22% 0.87% -
XYZ 54.72 65.7 68.19 -
YUV 205.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 174 222 206 0.22 0 0.07 0.13 160 0.42 0.78
Hex AE DE CE 16 0 7 D A0 2A 4E
Octal 256 336 316 26 0 7 15 240 52 116
Binary 10101110 11011110 11001110 10110 0 111 1101 10100000 101010 1001110

Color Harmonies of #AEDECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDECE

Black with #AEDECE

Text Example


Text Example

White with #AEDECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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