Html Css Color HEX #AEDECB Cruise

📋 copy color: '#AEDECB'

red 174 ◦ green 222 ◦ blue 203

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

Shades of Cruise #AEDECB

Tints of Cruise #AEDECB

RGB

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

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

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

R = 29.05%
G = 37.06%
B = 33.89%

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

#AEDECB (or 0xAEDECB) is known color: Cruise. HEX triplet: AE, DE and CB. RGB value is (174,222,203). Sum of RGB (Red+Green+Blue) = 174+222+203=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDECB is #512134. Grayscale: #CDCDCD. Windows color (decimal): -5316917 or 13360814. OLE color: 13360814.

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

Color convert

RGB 174 222 203 -
CMYK 0.22 0 0.09 0.13
HSL 156.25º 0.42% 0.78% -
HSV(B) 156.25º 0.22% 0.87% -
XYZ 54.36 65.55 66.29 -
YUV 205.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 174 222 203 0.22 0 0.09 0.13 156.25 0.42 0.78
Hex AE DE CB 16 0 9 D 9C 2A 4E
Octal 256 336 313 26 0 11 15 234 52 116
Binary 10101110 11011110 11001011 10110 0 1001 1101 10011100 101010 1001110

Color Harmonies of #AEDECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDECB

Black with #AEDECB

Text Example


Text Example

White with #AEDECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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