#AFDCC7

Color #AFDCC7 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #AFDCC7

Tints of Jet Stream #AFDCC7

Color information

#AFDCC7 (or 0xAFDCC7) is unknown color: approx Jet Stream. HEX triplet: AF, DC and C7. RGB value is (175,220,199). Sum of RGB (Red+Green+Blue) = 175+220+199=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCC7 is #502338. Grayscale: #CCCCCC. Windows color (decimal): -5251897 or 13098159. OLE color: 13098159.

HSL color Cylindrical-coordinate representation of color #AFDCC7: hue angle of 152º 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 #AFDCC7 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB175220199-
CMYK0.2000.100.14
HSL152º39.13%77.45%-
HSV(B)152º20.45%86.27%-
XYZ53.5864.4263.64-
YUV204.15125.09107.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 199 (78.12% from 255) = 33.50%
R=29.46%
G=37.04%
B=33.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752201990.2000.100.1415239.1377.45
HexAFDCC7140AE98274d
Octal257334307240121623047115
Binary10101111110111001100011110100010101110100110001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCC7; }

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

 H1.HeaderClassName
 {
   color: #AFDCC7;
 }
 .AnyTagClassName
 {
   color: #AFDCC7;
 }
</style>
background-color css

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

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

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

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

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

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