#AFCABC

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

Shades of Nebula #AFCABC

Tints of Nebula #AFCABC

Color information

#AFCABC (or 0xAFCABC) is unknown color: approx Nebula. HEX triplet: AF, CA and BC. RGB value is (175,202,188). Sum of RGB (Red+Green+Blue) = 175+202+188=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCABC is #503543. Grayscale: #C0C0C0. Windows color (decimal): -5256516 or 12372655. OLE color: 12372655.

HSL color Cylindrical-coordinate representation of color #AFCABC: hue angle of 148.89º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCABC is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB175202188-
CMYK0.1300.070.21
HSL148.89º20.3%73.92%-
HSV(B)148.89º13.37%79.22%-
XYZ47.8854.9955.67-
YUV192.33125.55115.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 188 (73.83% from 255) = 33.27%
R=30.97%
G=35.75%
B=33.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021880.1300.070.21148.8920.373.92
HexAFCABCD071595144a
Octal25731227415072522524112
Binary101011111100101010111100110101111010110010101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCABC; }

 p { color: rgb(175,202,188); }

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

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

 a { background-color: rgb(175,202,188); }

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

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

 span { border-color: rgb(175,202,188); }

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