Html Css Color HEX #AFCDC5 Jet Stream

📋 copy color: '#AFCDC5'

red 175 ◦ green 205 ◦ blue 197

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

Shades of Jet Stream #AFCDC5

Tints of Jet Stream #AFCDC5

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

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

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

RGB 175 205 197 -
CMYK 0.15 0 0.04 0.20
HSL 164º 0.23% 0.75% -
HSV(B) 164º 0.15% 0.8% -
XYZ 49.59 56.81 61.17 -
YUV 195.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 175 205 197 0.15 0 0.04 0.20 164 0.23 0.75
Hex AF CD C5 F 0 4 14 A4 17 4B
Octal 257 315 305 17 0 4 24 244 27 113
Binary 10101111 11001101 11000101 1111 0 100 10100 10100100 10111 1001011

Color Harmonies of #AFCDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDC5

Black with #AFCDC5

Text Example


Text Example

White with #AFCDC5

Text Example


Text Example

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