Html Css Color HEX #AFD2C6 Jet Stream

📋 copy color: '#AFD2C6'

red 175 ◦ green 210 ◦ blue 198

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

Shades of Jet Stream #AFD2C6

Tints of Jet Stream #AFD2C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.96%

R = 30.02%
G = 36.02%
B = 33.96%

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

#AFD2C6 (or 0xAFD2C6) is known color: Jet Stream. HEX triplet: AF, D2 and C6. RGB value is (175,210,198). Sum of RGB (Red+Green+Blue) = 175+210+198=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2C6 is #502D39. Grayscale: #C6C6C6. Windows color (decimal): -5254458 or 13030063. OLE color: 13030063.

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

Color convert

RGB 175 210 198 -
CMYK 0.17 0 0.06 0.18
HSL 159.43º 0.28% 0.75% -
HSV(B) 159.43º 0.17% 0.82% -
XYZ 50.92 59.28 62.19 -
YUV 198.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 175 210 198 0.17 0 0.06 0.18 159.43 0.28 0.75
Hex AF D2 C6 11 0 6 12 9F 1C 4B
Octal 257 322 306 21 0 6 22 237 34 113
Binary 10101111 11010010 11000110 10001 0 110 10010 10011111 11100 1001011

Color Harmonies of #AFD2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD2C6

Black with #AFD2C6

Text Example


Text Example

White with #AFD2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD2C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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