Html Css Color HEX #AEDDCB Cruise

📋 copy color: '#AEDDCB'

red 174 ◦ green 221 ◦ blue 203

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

Shades of Cruise #AEDDCB

Tints of Cruise #AEDDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.95%

R = 29.1%
G = 36.96%
B = 33.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#AEDDCB (or 0xAEDDCB) is known color: Cruise. HEX triplet: AE, DD and CB. RGB value is (174,221,203). Sum of RGB (Red+Green+Blue) = 174+221+203=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDCB is #512234. Grayscale: #CCCCCC. Windows color (decimal): -5317173 or 13360558. OLE color: 13360558.

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

Color convert

RGB 174 221 203 -
CMYK 0.21 0 0.08 0.13
HSL 157.02º 0.41% 0.77% -
HSV(B) 157.02º 0.21% 0.87% -
XYZ 54.09 65.02 66.2 -
YUV 204.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 174 221 203 0.21 0 0.08 0.13 157.02 0.41 0.77
Hex AE DD CB 15 0 8 D 9D 29 4D
Octal 256 335 313 25 0 10 15 235 51 115
Binary 10101110 11011101 11001011 10101 0 1000 1101 10011101 101001 1001101

Color Harmonies of #AEDDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDCB

Black with #AEDDCB

Text Example


Text Example

White with #AEDDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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