Html Css Color HEX #ADDEC9 Cruise

📋 copy color: '#ADDEC9'

red 173 ◦ green 222 ◦ blue 201

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

Shades of Cruise #ADDEC9

Tints of Cruise #ADDEC9

RGB

 RED value IS 173 (67.97% from 255) = 29.03%

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

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

R = 29.03%
G = 37.25%
B = 33.72%

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

#ADDEC9 (or 0xADDEC9) is known color: Cruise. HEX triplet: AD, DE and C9. RGB value is (173,222,201). Sum of RGB (Red+Green+Blue) = 173+222+201=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEC9 is #522136. Grayscale: #CCCCCC. Windows color (decimal): -5382455 or 13229741. OLE color: 13229741.

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

Color convert

RGB 173 222 201 -
CMYK 0.22 0 0.09 0.13
HSL 154.29º 0.43% 0.77% -
HSV(B) 154.29º 0.22% 0.87% -
XYZ 53.9 65.34 65.03 -
YUV 204.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 173 222 201 0.22 0 0.09 0.13 154.29 0.43 0.77
Hex AD DE C9 16 0 9 D 9A 2B 4D
Octal 255 336 311 26 0 11 15 232 53 115
Binary 10101101 11011110 11001001 10110 0 1001 1101 10011010 101011 1001101

Color Harmonies of #ADDEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEC9

Black with #ADDEC9

Text Example


Text Example

White with #ADDEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEC9; }

 p { color: rgb(173,222,201); }

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

background-color css

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

 a { background-color: rgb(173,222,201); }

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

border-color css

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

 span { border-color: rgb(173,222,201); }

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