Html Css Color HEX #ADDCC7 Jet Stream

📋 copy color: '#ADDCC7'

red 173 ◦ green 220 ◦ blue 199

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

Shades of Jet Stream #ADDCC7

Tints of Jet Stream #ADDCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.61%

R = 29.22%
G = 37.16%
B = 33.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#ADDCC7 (or 0xADDCC7) is known color: Jet Stream. HEX triplet: AD, DC and C7. RGB value is (173,220,199). Sum of RGB (Red+Green+Blue) = 173+220+199=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCC7 is #522338. Grayscale: #CBCBCB. Windows color (decimal): -5382969 or 13098157. OLE color: 13098157.

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

Color convert

RGB 173 220 199 -
CMYK 0.21 0 0.10 0.14
HSL 153.19º 0.4% 0.77% -
HSV(B) 153.19º 0.21% 0.86% -
XYZ 53.14 64.19 63.62 -
YUV 203.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 173 220 199 0.21 0 0.10 0.14 153.19 0.4 0.77
Hex AD DC C7 15 0 A E 99 28 4D
Octal 255 334 307 25 0 12 16 231 50 115
Binary 10101101 11011100 11000111 10101 0 1010 1110 10011001 101000 1001101

Color Harmonies of #ADDCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCC7

Black with #ADDCC7

Text Example


Text Example

White with #ADDCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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