Html Css Color HEX #AFCDC1 Jet Stream

📋 copy color: '#AFCDC1'

red 175 ◦ green 205 ◦ blue 193

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

Shades of Jet Stream #AFCDC1

Tints of Jet Stream #AFCDC1

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 value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#AFCDC1 (or 0xAFCDC1) is known color: 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

RGB 175 205 193 -
CMYK 0.15 0 0.06 0.20
HSL 156º 0.23% 0.75% -
HSV(B) 156º 0.15% 0.8% -
XYZ 49.14 56.63 58.79 -
YUV 194.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 175 205 193 0.15 0 0.06 0.20 156 0.23 0.75
Hex AF CD C1 F 0 6 14 9C 17 4B
Octal 257 315 301 17 0 6 24 234 27 113
Binary 10101111 11001101 11000001 1111 0 110 10100 10011100 10111 1001011

Color Harmonies of #AFCDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDC1

Black with #AFCDC1

Text Example


Text Example

White with #AFCDC1

Text Example


Text Example

HTML Codes & Css Web 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>