Html Css Color HEX #AFDBC3 Nebula

📋 copy color: '#AFDBC3'

red 175 ◦ green 219 ◦ blue 195

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

Shades of Nebula #AFDBC3

Tints of Nebula #AFDBC3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.18%

 BLUE value IS 195 (76.56% from 255) = 33.11%

R = 29.71%
G = 37.18%
B = 33.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#AFDBC3 (or 0xAFDBC3) is known color: Nebula. HEX triplet: AF, DB and C3. RGB value is (175,219,195). Sum of RGB (Red+Green+Blue) = 175+219+195=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBC3 is #50243C. Grayscale: #CBCBCB. Windows color (decimal): -5252157 or 12835759. OLE color: 12835759.

HSL color Cylindrical-coordinate representation of color #AFDBC3: hue angle of 147.27º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDBC3 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 195 -
CMYK 0.20 0 0.11 0.14
HSL 147.27º 0.38% 0.77% -
HSV(B) 147.27º 0.2% 0.86% -
XYZ 52.86 63.72 61.14 -
YUV 203.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 175 219 195 0.20 0 0.11 0.14 147.27 0.38 0.77
Hex AF DB C3 14 0 B E 93 26 4D
Octal 257 333 303 24 0 13 16 223 46 115
Binary 10101111 11011011 11000011 10100 0 1011 1110 10010011 100110 1001101

Color Harmonies of #AFDBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDBC3

Black with #AFDBC3

Text Example


Text Example

White with #AFDBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDBC3; }

 p { color: rgb(175,219,195); }

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

background-color css

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

 a { background-color: rgb(175,219,195); }

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

border-color css

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

 span { border-color: rgb(175,219,195); }

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