Html Css Color HEX #AFCDC2 Jet Stream

📋 copy color: '#AFCDC2'

red 175 ◦ green 205 ◦ blue 194

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

Shades of Jet Stream #AFCDC2

Tints of Jet Stream #AFCDC2

RGB

 RED value IS 175 (68.75% from 255) = 30.49%

 GREEN value IS 205 (80.47% from 255) = 35.71%

 BLUE value IS 194 (76.17% from 255) = 33.8%

R = 30.49%
G = 35.71%
B = 33.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#AFCDC2 (or 0xAFCDC2) is known color: Jet Stream. HEX triplet: AF, CD and C2. RGB value is (175,205,194). Sum of RGB (Red+Green+Blue) = 175+205+194=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDC2 is #50323D. Grayscale: #C2C2C2. Windows color (decimal): -5255742 or 12766639. OLE color: 12766639.

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

Color convert

RGB 175 205 194 -
CMYK 0.15 0 0.05 0.20
HSL 158º 0.23% 0.75% -
HSV(B) 158º 0.15% 0.8% -
XYZ 49.25 56.67 59.38 -
YUV 194.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 175 205 194 0.15 0 0.05 0.20 158 0.23 0.75
Hex AF CD C2 F 0 5 14 9E 17 4B
Octal 257 315 302 17 0 5 24 236 27 113
Binary 10101111 11001101 11000010 1111 0 101 10100 10011110 10111 1001011

Color Harmonies of #AFCDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDC2

Black with #AFCDC2

Text Example


Text Example

White with #AFCDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDC2; }

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

 H1.HeaderClassName
 {
   color: #AFCDC2;
 }
 .AnyTagClassName
 {
   color: #AFCDC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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