#AFD5C1

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

Shades of Nebula #AFD5C1

Tints of Nebula #AFD5C1

Color information

#AFD5C1 (or 0xAFD5C1) is unknown color: approx Nebula. HEX triplet: AF, D5 and C1. RGB value is (175,213,193). Sum of RGB (Red+Green+Blue) = 175+213+193=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD5C1 is #502A3E. Grayscale: #C7C7C7. Windows color (decimal): -5253695 or 12703151. OLE color: 12703151.

HSL color Cylindrical-coordinate representation of color #AFD5C1: hue angle of 148.42º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD5C1 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB175213193-
CMYK0.1800.090.16
HSL148.42º31.15%76.08%-
HSV(B)148.42º17.84%83.53%-
XYZ51.160.5559.45-
YUV199.36124.41110.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.12%
GREEN value IS 213 (83.59% from 255) = 36.66%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=30.12%
G=36.66%
B=33.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131930.1800.090.16148.4231.1576.08
HexAFD5C1120910941f4c
Octal257325301220112022437114
Binary10101111110101011100000110010010011000010010100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5C1; }

 p { color: rgb(175,213,193); }

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

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

 a { background-color: rgb(175,213,193); }

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

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

 span { border-color: rgb(175,213,193); }

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