Html Css Color HEX #AFD2C7 Jet Stream

📋 copy color: '#AFD2C7'

red 175 ◦ green 210 ◦ blue 199

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

Shades of Jet Stream #AFD2C7

Tints of Jet Stream #AFD2C7

RGB

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

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

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

R = 29.97%
G = 35.96%
B = 34.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#AFD2C7 (or 0xAFD2C7) is known color: Jet Stream. HEX triplet: AF, D2 and C7. RGB value is (175,210,199). Sum of RGB (Red+Green+Blue) = 175+210+199=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2C7 is #502D38. Grayscale: #C6C6C6. Windows color (decimal): -5254457 or 13095599. OLE color: 13095599.

HSL color Cylindrical-coordinate representation of color #AFD2C7: hue angle of 161.14º 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 #AFD2C7 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 199 -
CMYK 0.17 0 0.05 0.18
HSL 161.14º 0.28% 0.75% -
HSV(B) 161.14º 0.17% 0.82% -
XYZ 51.03 59.33 62.79 -
YUV 198.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 175 210 199 0.17 0 0.05 0.18 161.14 0.28 0.75
Hex AF D2 C7 11 0 5 12 A1 1C 4B
Octal 257 322 307 21 0 5 22 241 34 113
Binary 10101111 11010010 11000111 10001 0 101 10010 10100001 11100 1001011

Color Harmonies of #AFD2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD2C7

Black with #AFD2C7

Text Example


Text Example

White with #AFD2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD2C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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