#AFCDC1

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

Shades of Jet Stream #AFCDC1

Tints of Jet Stream #AFCDC1

Color information

#AFCDC1 (or 0xAFCDC1) is unknown color: approx Jet Stream. HEX triplet: AF, CD and C1. RGB value is (175,205,193). Sum of RGB (Red+Green+Blue) = 175+205+193=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDC1 is #50323E. Grayscale: #C2C2C2. Windows color (decimal): -5255743 or 12701103. OLE color: 12701103.

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

Color convert

RGB175205193-
CMYK0.1500.060.20
HSL156º23.08%74.51%-
HSV(B)156º14.63%80.39%-
XYZ49.1456.6358.79-
YUV194.66127.06113.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 205 (80.47% from 255) = 35.78%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=30.54%
G=35.78%
B=33.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051930.1500.060.2015623.0874.51
HexAFCDC1F06149c174b
Octal25731530117062423427113
Binary101011111100110111000001111101101010010011100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDC1; }

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

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

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

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

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

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

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

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