Html Css Color HEX #ADDCC8 Cruise

📋 copy color: '#ADDCC8'

red 173 ◦ green 220 ◦ blue 200

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

Shades of Cruise #ADDCC8

Tints of Cruise #ADDCC8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.1%

 BLUE value IS 200 (78.52% from 255) = 33.73%

R = 29.17%
G = 37.1%
B = 33.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#ADDCC8 (or 0xADDCC8) is known color: Cruise. HEX triplet: AD, DC and C8. RGB value is (173,220,200). Sum of RGB (Red+Green+Blue) = 173+220+200=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCC8 is #522337. Grayscale: #CBCBCB. Windows color (decimal): -5382968 or 13163693. OLE color: 13163693.

HSL color Cylindrical-coordinate representation of color #ADDCC8: hue angle of 154.47º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDCC8 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 200 -
CMYK 0.21 0 0.09 0.14
HSL 154.47º 0.4% 0.77% -
HSV(B) 154.47º 0.21% 0.86% -
XYZ 53.25 64.24 64.24 -
YUV 203.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 173 220 200 0.21 0 0.09 0.14 154.47 0.4 0.77
Hex AD DC C8 15 0 9 E 9A 28 4D
Octal 255 334 310 25 0 11 16 232 50 115
Binary 10101101 11011100 11001000 10101 0 1001 1110 10011010 101000 1001101

Color Harmonies of #ADDCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCC8

Black with #ADDCC8

Text Example


Text Example

White with #ADDCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCC8; }

 p { color: rgb(173,220,200); }

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

background-color css

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

 a { background-color: rgb(173,220,200); }

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

border-color css

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

 span { border-color: rgb(173,220,200); }

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