Html Css Color HEX #AFDDC6 Jet Stream

📋 copy color: '#AFDDC6'

red 175 ◦ green 221 ◦ blue 198

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

Shades of Jet Stream #AFDDC6

Tints of Jet Stream #AFDDC6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.21%

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

R = 29.46%
G = 37.21%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#AFDDC6 (or 0xAFDDC6) is known color: Jet Stream. HEX triplet: AF, DD and C6. RGB value is (175,221,198). Sum of RGB (Red+Green+Blue) = 175+221+198=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC6 is #502239. Grayscale: #CCCCCC. Windows color (decimal): -5251642 or 13032879. OLE color: 13032879.

HSL color Cylindrical-coordinate representation of color #AFDDC6: hue angle of 150º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDC6 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 198 -
CMYK 0.21 0 0.10 0.13
HSL 150º 0.4% 0.78% -
HSV(B) 150º 0.21% 0.87% -
XYZ 53.73 64.9 63.12 -
YUV 204.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 175 221 198 0.21 0 0.10 0.13 150 0.4 0.78
Hex AF DD C6 15 0 A D 96 28 4E
Octal 257 335 306 25 0 12 15 226 50 116
Binary 10101111 11011101 11000110 10101 0 1010 1101 10010110 101000 1001110

Color Harmonies of #AFDDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDC6

Black with #AFDDC6

Text Example


Text Example

White with #AFDDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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