Html Css Color HEX #AFCDBB Nebula

📋 copy color: '#AFCDBB'

red 175 ◦ green 205 ◦ blue 187

#AFCDBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #AFCDBB

Tints of Nebula #AFCDBB

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 value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#AFCDBB (or 0xAFCDBB) is known color: 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

RGB 175 205 187 -
CMYK 0.15 0 0.09 0.20
HSL 144º 0.23% 0.75% -
HSV(B) 144º 0.15% 0.8% -
XYZ 48.48 56.36 55.34 -
YUV 193.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 175 205 187 0.15 0 0.09 0.20 144 0.23 0.75
Hex AF CD BB F 0 9 14 90 17 4B
Octal 257 315 273 17 0 11 24 220 27 113
Binary 10101111 11001101 10111011 1111 0 1001 10100 10010000 10111 1001011

Color Harmonies of #AFCDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDBB

Black with #AFCDBB

Text Example


Text Example

White with #AFCDBB

Text Example


Text Example

HTML Codes & Css Web 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>