Html Css Color HEX #AFD0C2 Jet Stream

📋 copy color: '#AFD0C2'

red 175 ◦ green 208 ◦ blue 194

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

Shades of Jet Stream #AFD0C2

Tints of Jet Stream #AFD0C2

RGB

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

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

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

R = 30.33%
G = 36.05%
B = 33.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#AFD0C2 (or 0xAFD0C2) is known color: Jet Stream. HEX triplet: AF, D0 and C2. RGB value is (175,208,194). Sum of RGB (Red+Green+Blue) = 175+208+194=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0C2 is #502F3D. Grayscale: #C4C4C4. Windows color (decimal): -5254974 or 12767407. OLE color: 12767407.

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

Color convert

RGB 175 208 194 -
CMYK 0.16 0 0.07 0.18
HSL 154.55º 0.26% 0.75% -
HSV(B) 154.55º 0.16% 0.82% -
XYZ 49.97 58.12 59.62 -
YUV 196.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 175 208 194 0.16 0 0.07 0.18 154.55 0.26 0.75
Hex AF D0 C2 10 0 7 12 9B 1A 4B
Octal 257 320 302 20 0 7 22 233 32 113
Binary 10101111 11010000 11000010 10000 0 111 10010 10011011 11010 1001011

Color Harmonies of #AFD0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0C2

Black with #AFD0C2

Text Example


Text Example

White with #AFD0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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