#AFCDC5

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

Shades of Jet Stream #AFCDC5

Tints of Jet Stream #AFCDC5

Color information

#AFCDC5 (or 0xAFCDC5) is unknown color: approx Jet Stream. HEX triplet: AF, CD and C5. RGB value is (175,205,197). Sum of RGB (Red+Green+Blue) = 175+205+197=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDC5 is #50323A. Grayscale: #C3C3C3. Windows color (decimal): -5255739 or 12963247. OLE color: 12963247.

HSL color Cylindrical-coordinate representation of color #AFCDC5: hue angle of 164º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDC5 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB175205197-
CMYK0.1500.040.20
HSL164º23.08%74.51%-
HSV(B)164º14.63%80.39%-
XYZ49.5956.8161.17-
YUV195.12129.06113.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.33%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 197 (77.34% from 255) = 34.14%
R=30.33%
G=35.53%
B=34.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051970.1500.040.2016423.0874.51
HexAFCDC5F0414a4174b
Octal25731530517042424427113
Binary101011111100110111000101111101001010010100100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDC5; }

 p { color: rgb(175,205,197); }

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

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

 a { background-color: rgb(175,205,197); }

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

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

 span { border-color: rgb(175,205,197); }

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