Html Css Color HEX #AFDCC6 Jet Stream

📋 copy color: '#AFDCC6'

red 175 ◦ green 220 ◦ blue 198

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

Shades of Jet Stream #AFDCC6

Tints of Jet Stream #AFDCC6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.1%

 BLUE value IS 198 (77.73% from 255) = 33.39%

R = 29.51%
G = 37.1%
B = 33.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#AFDCC6 (or 0xAFDCC6) is known color: Jet Stream. HEX triplet: AF, DC and C6. RGB value is (175,220,198). Sum of RGB (Red+Green+Blue) = 175+220+198=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCC6 is #502339. Grayscale: #CCCCCC. Windows color (decimal): -5251898 or 13032623. OLE color: 13032623.

HSL color Cylindrical-coordinate representation of color #AFDCC6: hue angle of 150.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCC6 is Cyan = 0.20, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 198 -
CMYK 0.20 0 0.1 0.14
HSL 150.67º 0.39% 0.77% -
HSV(B) 150.67º 0.2% 0.86% -
XYZ 53.47 64.38 63.03 -
YUV 204.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 175 220 198 0.20 0 0.1 0.14 150.67 0.39 0.77
Hex AF DC C6 14 0 A E 97 27 4D
Octal 257 334 306 24 0 12 16 227 47 115
Binary 10101111 11011100 11000110 10100 0 1010 1110 10010111 100111 1001101

Color Harmonies of #AFDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCC6

Black with #AFDCC6

Text Example


Text Example

White with #AFDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCC6; }

 p { color: rgb(175,220,198); }

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

background-color css

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

 a { background-color: rgb(175,220,198); }

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

border-color css

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

 span { border-color: rgb(175,220,198); }

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