Html Css Color HEX #ADDCC6 Jet Stream

📋 copy color: '#ADDCC6'

red 173 ◦ green 220 ◦ blue 198

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

Shades of Jet Stream #ADDCC6

Tints of Jet Stream #ADDCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.5%

R = 29.27%
G = 37.23%
B = 33.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#ADDCC6 (or 0xADDCC6) is known color: Jet Stream. HEX triplet: AD, DC and C6. RGB value is (173,220,198). Sum of RGB (Red+Green+Blue) = 173+220+198=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCC6 is #522339. Grayscale: #CBCBCB. Windows color (decimal): -5382970 or 13032621. OLE color: 13032621.

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

Color convert

RGB 173 220 198 -
CMYK 0.21 0 0.1 0.14
HSL 151.91º 0.4% 0.77% -
HSV(B) 151.91º 0.21% 0.86% -
XYZ 53.02 64.15 63.01 -
YUV 203.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 173 220 198 0.21 0 0.1 0.14 151.91 0.4 0.77
Hex AD DC C6 15 0 A E 98 28 4D
Octal 255 334 306 25 0 12 16 230 50 115
Binary 10101101 11011100 11000110 10101 0 1010 1110 10011000 101000 1001101

Color Harmonies of #ADDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCC6

Black with #ADDCC6

Text Example


Text Example

White with #ADDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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