Html Css Color HEX #AFD8C8 Jet Stream

📋 copy color: '#AFD8C8'

red 175 ◦ green 216 ◦ blue 200

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

Shades of Jet Stream #AFD8C8

Tints of Jet Stream #AFD8C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.84%

R = 29.61%
G = 36.55%
B = 33.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#AFD8C8 (or 0xAFD8C8) is known color: Jet Stream. HEX triplet: AF, D8 and C8. RGB value is (175,216,200). Sum of RGB (Red+Green+Blue) = 175+216+200=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8C8 is #502737. Grayscale: #C9C9C9. Windows color (decimal): -5252920 or 13162671. OLE color: 13162671.

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

Color convert

RGB 175 216 200 -
CMYK 0.19 0 0.07 0.15
HSL 156.59º 0.34% 0.77% -
HSV(B) 156.59º 0.19% 0.85% -
XYZ 52.66 62.4 63.91 -
YUV 201.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 175 216 200 0.19 0 0.07 0.15 156.59 0.34 0.77
Hex AF D8 C8 13 0 7 F 9D 22 4D
Octal 257 330 310 23 0 7 17 235 42 115
Binary 10101111 11011000 11001000 10011 0 111 1111 10011101 100010 1001101

Color Harmonies of #AFD8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD8C8

Black with #AFD8C8

Text Example


Text Example

White with #AFD8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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