Html Css Color HEX #ADDDCA Cruise

📋 copy color: '#ADDDCA'

red 173 ◦ green 221 ◦ blue 202

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

Shades of Cruise #ADDDCA

Tints of Cruise #ADDDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.89%

R = 29.03%
G = 37.08%
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

#ADDDCA (or 0xADDDCA) is known color: Cruise. HEX triplet: AD, DD and CA. RGB value is (173,221,202). Sum of RGB (Red+Green+Blue) = 173+221+202=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDCA is #522235. Grayscale: #CCCCCC. Windows color (decimal): -5382710 or 13295021. OLE color: 13295021.

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

Color convert

RGB 173 221 202 -
CMYK 0.22 0 0.09 0.13
HSL 156.25º 0.41% 0.77% -
HSV(B) 156.25º 0.22% 0.87% -
XYZ 53.75 64.86 65.56 -
YUV 204.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 173 221 202 0.22 0 0.09 0.13 156.25 0.41 0.77
Hex AD DD CA 16 0 9 D 9C 29 4D
Octal 255 335 312 26 0 11 15 234 51 115
Binary 10101101 11011101 11001010 10110 0 1001 1101 10011100 101001 1001101

Color Harmonies of #ADDDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDCA

Black with #ADDDCA

Text Example


Text Example

White with #ADDDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDCA; }

 p { color: rgb(173,221,202); }

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

background-color css

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

 a { background-color: rgb(173,221,202); }

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

border-color css

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

 span { border-color: rgb(173,221,202); }

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