Html Css Color HEX #AFDAC9 Jet Stream

📋 copy color: '#AFDAC9'

red 175 ◦ green 218 ◦ blue 201

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

Shades of Jet Stream #AFDAC9

Tints of Jet Stream #AFDAC9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.7%

 BLUE value IS 201 (78.91% from 255) = 33.84%

R = 29.46%
G = 36.7%
B = 33.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#AFDAC9 (or 0xAFDAC9) is known color: Jet Stream. HEX triplet: AF, DA and C9. RGB value is (175,218,201). Sum of RGB (Red+Green+Blue) = 175+218+201=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAC9 is #502536. Grayscale: #CBCBCB. Windows color (decimal): -5252407 or 13228719. OLE color: 13228719.

HSL color Cylindrical-coordinate representation of color #AFDAC9: hue angle of 156.28º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAC9 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 201 -
CMYK 0.20 0 0.08 0.15
HSL 156.28º 0.37% 0.77% -
HSV(B) 156.28º 0.2% 0.85% -
XYZ 53.29 63.47 64.7 -
YUV 203.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 175 218 201 0.20 0 0.08 0.15 156.28 0.37 0.77
Hex AF DA C9 14 0 8 F 9C 25 4D
Octal 257 332 311 24 0 10 17 234 45 115
Binary 10101111 11011010 11001001 10100 0 1000 1111 10011100 100101 1001101

Color Harmonies of #AFDAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDAC9

Black with #AFDAC9

Text Example


Text Example

White with #AFDAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDAC9; }

 p { color: rgb(175,218,201); }

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

background-color css

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

 a { background-color: rgb(175,218,201); }

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

border-color css

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

 span { border-color: rgb(175,218,201); }

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