#AFCDBB

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

Shades of Nebula #AFCDBB

Tints of Nebula #AFCDBB

Color information

#AFCDBB (or 0xAFCDBB) is unknown color: approx Nebula. HEX triplet: AF, CD and BB. RGB value is (175,205,187). Sum of RGB (Red+Green+Blue) = 175+205+187=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDBB is #503244. Grayscale: #C2C2C2. Windows color (decimal): -5255749 or 12307887. OLE color: 12307887.

HSL color Cylindrical-coordinate representation of color #AFCDBB: hue angle of 144º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDBB is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB175205187-
CMYK0.1500.090.20
HSL144º23.08%74.51%-
HSV(B)144º14.63%80.39%-
XYZ48.4856.3655.34-
YUV193.98124.06114.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=30.86%
G=36.16%
B=32.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051870.1500.090.2014423.0874.51
HexAFCDBBF091490174b
Octal257315273170112422027113
Binary1010111111001101101110111111010011010010010000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDBB; }

 p { color: rgb(175,205,187); }

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

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

 a { background-color: rgb(175,205,187); }

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

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

 span { border-color: rgb(175,205,187); }

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