#AFDAC7

Color #AFDAC7 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #AFDAC7

Tints of Jet Stream #AFDAC7

Color information

#AFDAC7 (or 0xAFDAC7) is unknown color: approx Jet Stream. HEX triplet: AF, DA and C7. RGB value is (175,218,199). Sum of RGB (Red+Green+Blue) = 175+218+199=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAC7 is #502538. Grayscale: #CBCBCB. Windows color (decimal): -5252409 or 13097647. OLE color: 13097647.

HSL color Cylindrical-coordinate representation of color #AFDAC7: hue angle of 153.49º 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 #AFDAC7 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB175218199-
CMYK0.2000.090.15
HSL153.49º36.75%77.06%-
HSV(B)153.49º19.72%85.49%-
XYZ53.0663.3863.47-
YUV202.98125.75108.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 199 (78.12% from 255) = 33.61%
R=29.56%
G=36.82%
B=33.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752181990.2000.090.15153.4936.7577.06
HexAFDAC71409F99254d
Octal257332307240111723145115
Binary10101111110110101100011110100010011111100110011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAC7; }

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

 H1.HeaderClassName
 {
   color: #AFDAC7;
 }
 .AnyTagClassName
 {
   color: #AFDAC7;
 }
</style>
background-color css

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

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

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

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

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

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