Html Css Color HEX #ADD6C8 Jet Stream

📋 copy color: '#ADD6C8'

red 173 ◦ green 214 ◦ blue 200

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

Shades of Jet Stream #ADD6C8

Tints of Jet Stream #ADD6C8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.46%

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

R = 29.47%
G = 36.46%
B = 34.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#ADD6C8 (or 0xADD6C8) is known color: Jet Stream. HEX triplet: AD, D6 and C8. RGB value is (173,214,200). Sum of RGB (Red+Green+Blue) = 173+214+200=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6C8 is #522937. Grayscale: #C8C8C8. Windows color (decimal): -5384504 or 13162157. OLE color: 13162157.

HSL color Cylindrical-coordinate representation of color #ADD6C8: hue angle of 159.51º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD6C8 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 200 -
CMYK 0.19 0 0.07 0.16
HSL 159.51º 0.33% 0.76% -
HSV(B) 159.51º 0.19% 0.84% -
XYZ 51.71 61.15 63.72 -
YUV 200.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 173 214 200 0.19 0 0.07 0.16 159.51 0.33 0.76
Hex AD D6 C8 13 0 7 10 A0 21 4C
Octal 255 326 310 23 0 7 20 240 41 114
Binary 10101101 11010110 11001000 10011 0 111 10000 10100000 100001 1001100

Color Harmonies of #ADD6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6C8

Black with #ADD6C8

Text Example


Text Example

White with #ADD6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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