Html Css Color HEX #AFD5BC Nebula

📋 copy color: '#AFD5BC'

red 175 ◦ green 213 ◦ blue 188

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

Shades of Nebula #AFD5BC

Tints of Nebula #AFD5BC

RGB

 RED value IS 175 (68.75% from 255) = 30.38%

 GREEN value IS 213 (83.59% from 255) = 36.98%

 BLUE value IS 188 (73.83% from 255) = 32.64%

R = 30.38%
G = 36.98%
B = 32.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#AFD5BC (or 0xAFD5BC) is known color: Nebula. HEX triplet: AF, D5 and BC. RGB value is (175,213,188). Sum of RGB (Red+Green+Blue) = 175+213+188=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD5BC is #502A43. Grayscale: #C6C6C6. Windows color (decimal): -5253700 or 12375471. OLE color: 12375471.

HSL color Cylindrical-coordinate representation of color #AFD5BC: hue angle of 140.53º 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 #AFD5BC is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 188 -
CMYK 0.18 0 0.12 0.16
HSL 140.53º 0.31% 0.76% -
HSV(B) 140.53º 0.18% 0.84% -
XYZ 50.55 60.33 56.56 -
YUV 198.79 121.91 111.03 -
System Red Green Blue C M Y K H S L
Decimal 175 213 188 0.18 0 0.12 0.16 140.53 0.31 0.76
Hex AF D5 BC 12 0 C 10 8D 1F 4C
Octal 257 325 274 22 0 14 20 215 37 114
Binary 10101111 11010101 10111100 10010 0 1100 10000 10001101 11111 1001100

Color Harmonies of #AFD5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD5BC

Black with #AFD5BC

Text Example


Text Example

White with #AFD5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD5BC; }

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

 H1.HeaderClassName
 {
   color: #AFD5BC;
 }
 .AnyTagClassName
 {
   color: #AFD5BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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