Html Css Color HEX #AFD2C5 Jet Stream

📋 copy color: '#AFD2C5'

red 175 ◦ green 210 ◦ blue 197

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

Shades of Jet Stream #AFD2C5

Tints of Jet Stream #AFD2C5

RGB

 RED value IS 175 (68.75% from 255) = 30.07%

 GREEN value IS 210 (82.42% from 255) = 36.08%

 BLUE value IS 197 (77.34% from 255) = 33.85%

R = 30.07%
G = 36.08%
B = 33.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#AFD2C5 (or 0xAFD2C5) is known color: Jet Stream. HEX triplet: AF, D2 and C5. RGB value is (175,210,197). Sum of RGB (Red+Green+Blue) = 175+210+197=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2C5 is #502D3A. Grayscale: #C6C6C6. Windows color (decimal): -5254459 or 12964527. OLE color: 12964527.

HSL color Cylindrical-coordinate representation of color #AFD2C5: hue angle of 157.71º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD2C5 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 197 -
CMYK 0.17 0 0.06 0.18
HSL 157.71º 0.28% 0.75% -
HSV(B) 157.71º 0.17% 0.82% -
XYZ 50.8 59.24 61.58 -
YUV 198.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 175 210 197 0.17 0 0.06 0.18 157.71 0.28 0.75
Hex AF D2 C5 11 0 6 12 9E 1C 4B
Octal 257 322 305 21 0 6 22 236 34 113
Binary 10101111 11010010 11000101 10001 0 110 10010 10011110 11100 1001011

Color Harmonies of #AFD2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD2C5

Black with #AFD2C5

Text Example


Text Example

White with #AFD2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD2C5; }

 p { color: rgb(175,210,197); }

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

background-color css

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

 a { background-color: rgb(175,210,197); }

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

border-color css

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

 span { border-color: rgb(175,210,197); }

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