#AFDCC4

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

Shades of Jet Stream #AFDCC4

Tints of Jet Stream #AFDCC4

Color information

#AFDCC4 (or 0xAFDCC4) is unknown color: approx Jet Stream. HEX triplet: AF, DC and C4. RGB value is (175,220,196). Sum of RGB (Red+Green+Blue) = 175+220+196=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCC4 is #50233B. Grayscale: #CBCBCB. Windows color (decimal): -5251900 or 12901551. OLE color: 12901551.

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

Color convert

RGB175220196-
CMYK0.2000.110.14
HSL148º39.13%77.45%-
HSV(B)148º20.45%86.27%-
XYZ53.2464.2961.83-
YUV203.81123.59107.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=29.61%
G=37.23%
B=33.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752201960.2000.110.1414839.1377.45
HexAFDCC4140BE94274d
Octal257334304240131622447115
Binary10101111110111001100010010100010111110100101001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCC4; }

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

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

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

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

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

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

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

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