Html Css Color HEX #AFD3C7 Jet Stream

📋 copy color: '#AFD3C7'

red 175 ◦ green 211 ◦ blue 199

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

Shades of Jet Stream #AFD3C7

Tints of Jet Stream #AFD3C7

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.07%

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

R = 29.91%
G = 36.07%
B = 34.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#AFD3C7 (or 0xAFD3C7) is known color: Jet Stream. HEX triplet: AF, D3 and C7. RGB value is (175,211,199). Sum of RGB (Red+Green+Blue) = 175+211+199=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD3C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD3C7 is #502C38. Grayscale: #C6C6C6. Windows color (decimal): -5254201 or 13095855. OLE color: 13095855.

HSL color Cylindrical-coordinate representation of color #AFD3C7: hue angle of 160º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD3C7 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 199 -
CMYK 0.17 0 0.06 0.17
HSL 160º 0.29% 0.76% -
HSV(B) 160º 0.17% 0.83% -
XYZ 51.28 59.83 62.88 -
YUV 198.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 175 211 199 0.17 0 0.06 0.17 160 0.29 0.76
Hex AF D3 C7 11 0 6 11 A0 1D 4C
Octal 257 323 307 21 0 6 21 240 35 114
Binary 10101111 11010011 11000111 10001 0 110 10001 10100000 11101 1001100

Color Harmonies of #AFD3C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD3C7

Black with #AFD3C7

Text Example


Text Example

White with #AFD3C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD3C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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