Html Css Color HEX #AFD8C5 Jet Stream

📋 copy color: '#AFD8C5'

red 175 ◦ green 216 ◦ blue 197

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

Shades of Jet Stream #AFD8C5

Tints of Jet Stream #AFD8C5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.73%

 BLUE value IS 197 (77.34% from 255) = 33.5%

R = 29.76%
G = 36.73%
B = 33.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#AFD8C5 (or 0xAFD8C5) is known color: Jet Stream. HEX triplet: AF, D8 and C5. RGB value is (175,216,197). Sum of RGB (Red+Green+Blue) = 175+216+197=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8C5 is #50273A. Grayscale: #C9C9C9. Windows color (decimal): -5252923 or 12966063. OLE color: 12966063.

HSL color Cylindrical-coordinate representation of color #AFD8C5: hue angle of 152.2º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD8C5 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 197 -
CMYK 0.19 0 0.09 0.15
HSL 152.2º 0.34% 0.77% -
HSV(B) 152.2º 0.19% 0.85% -
XYZ 52.31 62.26 62.08 -
YUV 201.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 175 216 197 0.19 0 0.09 0.15 152.2 0.34 0.77
Hex AF D8 C5 13 0 9 F 98 22 4D
Octal 257 330 305 23 0 11 17 230 42 115
Binary 10101111 11011000 11000101 10011 0 1001 1111 10011000 100010 1001101

Color Harmonies of #AFD8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD8C5

Black with #AFD8C5

Text Example


Text Example

White with #AFD8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD8C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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