Html Css Color HEX #AFD0C5 Jet Stream

📋 copy color: '#AFD0C5'

red 175 ◦ green 208 ◦ blue 197

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

Shades of Jet Stream #AFD0C5

Tints of Jet Stream #AFD0C5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.86%

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

R = 30.17%
G = 35.86%
B = 33.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#AFD0C5 (or 0xAFD0C5) is known color: Jet Stream. HEX triplet: AF, D0 and C5. RGB value is (175,208,197). Sum of RGB (Red+Green+Blue) = 175+208+197=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0C5 is #502F3A. Grayscale: #C4C4C4. Windows color (decimal): -5254971 or 12964015. OLE color: 12964015.

HSL color Cylindrical-coordinate representation of color #AFD0C5: hue angle of 160º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD0C5 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 208 197 -
CMYK 0.16 0 0.05 0.18
HSL 160º 0.26% 0.75% -
HSV(B) 160º 0.16% 0.82% -
XYZ 50.31 58.26 61.42 -
YUV 196.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 175 208 197 0.16 0 0.05 0.18 160 0.26 0.75
Hex AF D0 C5 10 0 5 12 A0 1A 4B
Octal 257 320 305 20 0 5 22 240 32 113
Binary 10101111 11010000 11000101 10000 0 101 10010 10100000 11010 1001011

Color Harmonies of #AFD0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0C5

Black with #AFD0C5

Text Example


Text Example

White with #AFD0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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