Html Css Color HEX #AFDBC2 Nebula

📋 copy color: '#AFDBC2'

red 175 ◦ green 219 ◦ blue 194

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

Shades of Nebula #AFDBC2

Tints of Nebula #AFDBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.99%

R = 29.76%
G = 37.24%
B = 32.99%

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

#AFDBC2 (or 0xAFDBC2) is known color: Nebula. HEX triplet: AF, DB and C2. RGB value is (175,219,194). Sum of RGB (Red+Green+Blue) = 175+219+194=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBC2 is #50243D. Grayscale: #CBCBCB. Windows color (decimal): -5252158 or 12770223. OLE color: 12770223.

HSL color Cylindrical-coordinate representation of color #AFDBC2: hue angle of 145.91º 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 #AFDBC2 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 194 -
CMYK 0.20 0 0.11 0.14
HSL 145.91º 0.38% 0.77% -
HSV(B) 145.91º 0.2% 0.86% -
XYZ 52.75 63.67 60.55 -
YUV 202.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 175 219 194 0.20 0 0.11 0.14 145.91 0.38 0.77
Hex AF DB C2 14 0 B E 92 26 4D
Octal 257 333 302 24 0 13 16 222 46 115
Binary 10101111 11011011 11000010 10100 0 1011 1110 10010010 100110 1001101

Color Harmonies of #AFDBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDBC2

Black with #AFDBC2

Text Example


Text Example

White with #AFDBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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