Html Css Color HEX #ADDCC4 Jet Stream

📋 copy color: '#ADDCC4'

red 173 ◦ green 220 ◦ blue 196

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

Shades of Jet Stream #ADDCC4

Tints of Jet Stream #ADDCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.28%

R = 29.37%
G = 37.35%
B = 33.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#ADDCC4 (or 0xADDCC4) is known color: Jet Stream. HEX triplet: AD, DC and C4. RGB value is (173,220,196). Sum of RGB (Red+Green+Blue) = 173+220+196=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCC4 is #52233B. Grayscale: #CBCBCB. Windows color (decimal): -5382972 or 12901549. OLE color: 12901549.

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

Color convert

RGB 173 220 196 -
CMYK 0.21 0 0.11 0.14
HSL 149.36º 0.4% 0.77% -
HSV(B) 149.36º 0.21% 0.86% -
XYZ 52.79 64.06 61.81 -
YUV 203.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 173 220 196 0.21 0 0.11 0.14 149.36 0.4 0.77
Hex AD DC C4 15 0 B E 95 28 4D
Octal 255 334 304 25 0 13 16 225 50 115
Binary 10101101 11011100 11000100 10101 0 1011 1110 10010101 101000 1001101

Color Harmonies of #ADDCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCC4

Black with #ADDCC4

Text Example


Text Example

White with #ADDCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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